package: Add `jshint` to `devDependencies`
Remove dependency on a globally installed jshint instance and fix `npm test` on machines without a global jshint.
This commit is contained in:
parent
e974033395
commit
ed0880d00f
|
@ -31,11 +31,12 @@
|
|||
"underscore": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^4.1.8",
|
||||
"fs-extra": "^0.10.0",
|
||||
"jshint": "^2.5.6",
|
||||
"loopback": "^1.5.0",
|
||||
"mocha": "^1.19.0",
|
||||
"must": "^0.12.0",
|
||||
"supertest": "^0.13.0",
|
||||
"fs-extra": "^0.10.0",
|
||||
"browserify": "^4.1.8"
|
||||
"supertest": "^0.13.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue