File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
1
2
language : node_js
2
3
node_js :
3
4
- " 0.10"
6
7
install :
7
8
- npm install
8
9
script :
9
- - npm run check
10
+ - npm run check
Original file line number Diff line number Diff line change 11
11
"credential" : " bin/cmd.js"
12
12
},
13
13
"dependencies" : {
14
- "mout" : " ~0.6.0" ,
15
14
"commander" : " ^2.8.1" ,
15
+ "mout" : " ~0.6.0" ,
16
16
"pluck-keys" : " ^0.0.4"
17
17
},
18
18
"devDependencies" : {
19
19
"babel" : " ^5.6.14" ,
20
+ "babel-core" : " ^5.6.14" ,
20
21
"babel-eslint" : " ^3.1.20" ,
21
22
"babel-loader" : " ^5.3.1" ,
22
23
"babel-plugin-object-assign" : " ^1.2.0" ,
27
28
"faucet" : " 0.0.1" ,
28
29
"isparta" : " ^3.0.3" ,
29
30
"node-libs-browser" : " ^0.5.2" ,
30
- "nsp" : " ^1 .0.1" ,
31
+ "nsp" : " ^2 .0.1" ,
31
32
"precommit-hook" : " ^3.0.0" ,
32
33
"rimraf" : " ^2.4.0" ,
33
34
"tape" : " ~1.0.4" ,
48
49
"prepublish" : " npm run build" ,
49
50
"validate" : " npm run lint && npm run build && npm test" ,
50
51
"validate-dev" : " npm run lint && npm test | faucet" ,
51
- "audit" : " nsp package " ,
52
+ "audit" : " nsp check " ,
52
53
"precheck" : " npm run validate" ,
53
54
"check" : " npm run audit && npm outdated --depth 0"
54
55
},
You can’t perform that action at this time.
0 commit comments