File tree 3 files changed +5
-26
lines changed
3 files changed +5
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
"license" : " MIT" ,
11
11
"scripts" : {
12
12
"build" : " ./scripts/build.sh" ,
13
- "release" : " ./scripts/release.sh" ,
14
13
"lint" : " $(npm bin)/standard" ,
14
+ "preversion" : " npm run build" ,
15
15
"test" : " npm run lint && npm run unit" ,
16
16
"unit" : " $(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js" ,
17
17
"test-watch" : " $(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js --watch"
25
25
"babel-cli" : " ^6.26.0" ,
26
26
"babel-preset-es2015" : " ^6.24.1" ,
27
27
"babel-register" : " ^6.26.0" ,
28
- "chai" : " ^4.1.2 " ,
29
- "mocha" : " ^5.0.0 " ,
30
- "nodemon" : " ^1.12 .1" ,
28
+ "chai" : " ^4.2.0 " ,
29
+ "mocha" : " ^6.1.4 " ,
30
+ "nodemon" : " ^1.19 .1" ,
31
31
"pre-commit" : " ^1.2.2" ,
32
- "standard" : " ^11 .0.0 "
32
+ "standard" : " ^12 .0.1 "
33
33
},
34
34
"standard" : {
35
35
"globals" : [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments