Skip to content

Commit

Permalink
chore(semantic-release): required versionkey in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tronix117 committed Jan 15, 2018
1 parent 46600de commit 40f9282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "loopback-component-jsonapi",
"description": "JSONAPI support for loopback",
"version": "0.0.0-development",
"main": "lib/index.js",
"scripts": {
"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",
Expand Down

0 comments on commit 40f9282

Please sign in to comment.