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.
version
package.json
1 parent 46600de commit 40f9282Copy full SHA for 40f9282
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "loopback-component-jsonapi",
3
"description": "JSONAPI support for loopback",
4
+ "version": "0.0.0-development",
5
"main": "lib/index.js",
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",
0 commit comments