We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10d499 commit f969914Copy full SHA for f969914
package.json
@@ -2,6 +2,7 @@
2
"name": "loopback-component-jsonapi",
3
"description": "JSONAPI support for loopback",
4
"main": "lib/index.js",
5
+ "version": "1.0.0,
6
"scripts": {
7
"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",
8
"tester": "mocha --reporter=spec ./test/**/*.test.js",
0 commit comments