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