Skip to content

Commit 14c33d2

Browse files
committed
Merge pull request ericelliott#39 from mastilver/fix-build
fix travis
2 parents 0e68293 + 5605c8e commit 14c33d2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: node_js
23
node_js:
34
- "0.10"
@@ -6,4 +7,4 @@ node_js:
67
install:
78
- npm install
89
script:
9-
- npm run check
10+
- npm run check

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
"credential": "bin/cmd.js"
1212
},
1313
"dependencies": {
14-
"mout": "~0.6.0",
1514
"commander": "^2.8.1",
15+
"mout": "~0.6.0",
1616
"pluck-keys": "^0.0.4"
1717
},
1818
"devDependencies": {
1919
"babel": "^5.6.14",
20+
"babel-core": "^5.6.14",
2021
"babel-eslint": "^3.1.20",
2122
"babel-loader": "^5.3.1",
2223
"babel-plugin-object-assign": "^1.2.0",
@@ -27,7 +28,7 @@
2728
"faucet": "0.0.1",
2829
"isparta": "^3.0.3",
2930
"node-libs-browser": "^0.5.2",
30-
"nsp": "^1.0.1",
31+
"nsp": "^2.0.1",
3132
"precommit-hook": "^3.0.0",
3233
"rimraf": "^2.4.0",
3334
"tape": "~1.0.4",
@@ -48,7 +49,7 @@
4849
"prepublish": "npm run build",
4950
"validate": "npm run lint && npm run build && npm test",
5051
"validate-dev": "npm run lint && npm test | faucet",
51-
"audit": "nsp package",
52+
"audit": "nsp check",
5253
"precheck": "npm run validate",
5354
"check": "npm run audit && npm outdated --depth 0"
5455
},

0 commit comments

Comments
 (0)