Skip to content

Commit 9bccc6e

Browse files
authored
Merge pull request #211 from digitalsadhu/remove_js_inspect
chore(package): remove jsinspect
2 parents 6b914d4 + 01c52b8 commit 9bccc6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"description": "JSONAPI support for loopback",
44
"main": "lib/index.js",
55
"scripts": {
6-
"inspect": "jsinspect .",
7-
"test": "npm run lint && istanbul cover _mocha --report lcovonly --reporter=spec ./test/**/*.test.js && npm run inspect && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
6+
"test": "npm run lint && istanbul cover _mocha --report lcovonly --reporter=spec ./test/**/*.test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
87
"tester": "mocha --reporter=spec ./test/**/*.test.js",
98
"coverage": "istanbul cover _mocha ./test/**/*.test.js",
109
"lint": "standard .",
@@ -42,7 +41,6 @@
4241
"chai": "^3.3.0",
4342
"coveralls": "^2.11.9",
4443
"istanbul": "^0.4.5",
45-
"jsinspect": "^0.8.0",
4644
"loopback": "^2.32.0",
4745
"loopback-datasource-juggler": "^2.50.0",
4846
"mocha": "^3.0.2",

0 commit comments

Comments
 (0)