File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wechat-mini-program-auth" ,
3
3
"description" : " wechat mini program auth helper for node.js" ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"main" : " index" ,
6
6
"files" : [
7
7
" *.md" ,
8
- " lib" ,
9
- " node4"
8
+ " lib" ,
9
+ " node4"
10
10
],
11
11
"scripts" : {
12
12
"start" : " yarn test --watchAll" ,
13
13
"test" : " cross-env NODE_ENV=development jest" ,
14
- "prettier" : " prettier-eslint --write \" +(src|test)/**/*.js\" " ,
15
- "precoveralls" : " yarn test --coverage" ,
14
+ "prettier" : " prettier-eslint --write \" +(src|test)/**/*.js\" " ,
15
+ "precoveralls" : " yarn test --coverage" ,
16
16
"coveralls" : " cat ./coverage/lcov.info | coveralls" ,
17
17
"prebuild" : " rimraf lib node4" ,
18
18
"build:node4" : " cross-env BABEL_ENV=node4 babel src -d node4" ,
You can’t perform that action at this time.
0 commit comments