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 f969914 commit 840bcf9Copy full SHA for 840bcf9
package.json
@@ -2,7 +2,7 @@
2
"name": "loopback-component-jsonapi",
3
"description": "JSONAPI support for loopback",
4
"main": "lib/index.js",
5
- "version": "1.0.0,
+ "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