Skip to content

Commit

Permalink
chore: Added semantic-release to project
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Sep 7, 2016
1 parent c0af399 commit 9334498
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "app-root-path",
"version": "1.3.0",
"description": "Determine an app's root path from anywhere inside the app",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test-only": "mocha -R spec"
"test-only": "mocha -R spec",
"release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,6 +33,7 @@
"mocha": "^2.0.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.4",
"mocha-lcov-reporter": "0.0.1"
"mocha-lcov-reporter": "0.0.1",
"semantic-release": "^4.3.5"
}
}

0 comments on commit 9334498

Please sign in to comment.