File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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 ." ,
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" ,
You can’t perform that action at this time.
0 commit comments