File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 55[ ![ npm version] ( https://badge.fury.io/js/loopback-component-jsonapi.svg )] ( http://badge.fury.io/js/loopback-component-jsonapi )
66[ ![ Dependency Status] ( https://david-dm.org/digitalsadhu/loopback-component-jsonapi.svg )] ( https://david-dm.org/digitalsadhu/loopback-component-jsonapi )
77[ ![ devDependency Status] ( https://david-dm.org/digitalsadhu/loopback-component-jsonapi/dev-status.svg )] ( https://david-dm.org/digitalsadhu/loopback-component-jsonapi#info=devDependencies )
8+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/digitalsadhu/loopback-component-jsonapi/badge.svg?branch=master )] ( https://coveralls.io/github/digitalsadhu/loopback-component-jsonapi?branch=master )
89
910[ jsonapi.org] ( http://jsonapi.org/ ) support for loopback.
1011
Original file line number Diff line number Diff line change 55 "main" : " lib/index.js" ,
66 "scripts" : {
77 "inspect" : " jsinspect ." ,
8- "test" : " npm run lint && istanbul cover _mocha --reporter=spec ./test/**/*.test.js && npm run inspect" ,
8+ "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 " ,
99 "tester" : " mocha --reporter=spec ./test/**/*.test.js" ,
1010 "coverage" : " istanbul cover _mocha ./test/**/*.test.js" ,
1111 "lint" : " eslint ." ,
4141 "devDependencies" : {
4242 "babel-eslint" : " ^6.1.0" ,
4343 "chai" : " ^3.3.0" ,
44+ "coveralls" : " ^2.11.9" ,
4445 "eslint" : " ^2.13.1" ,
4546 "istanbul" : " ^0.4.2" ,
4647 "jsinspect" : " ^0.8.0" ,
You can’t perform that action at this time.
0 commit comments