Skip to content

Commit b426f75

Browse files
committed
remove version in package.json
1 parent 840bcf9 commit b426f75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "loopback-component-jsonapi",
33
"description": "JSONAPI support for loopback",
44
"main": "lib/index.js",
5-
"version": "1.0.0",
65
"scripts": {
76
"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",

0 commit comments

Comments
 (0)