Skip to content

Commit

Permalink
chore(package): semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 20, 2017
1 parent e4b0958 commit 909dbce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"testing",
"isolation"
],
"version": "9.0.22",
"version": "0.0.0-development",
"author": "Pedro Teixeira <pedro.teixeira@gmail.com>",
"contributors": [
{
Expand Down Expand Up @@ -157,7 +157,7 @@
],
"repository": {
"type": "git",
"url": "http://github.com/node-nock/nock.git"
"url": "https://github.com/node-nock/nock.git"
},
"bugs": {
"url": "http://github.com/node-nock/nock/issues"
Expand Down Expand Up @@ -200,7 +200,8 @@
"semver": "^5.3.0",
"superagent": "^3.5.0",
"tap": "^10.0.0",
"zombie": "^5.0.1"
"zombie": "^5.0.1",
"semantic-release": "^8.2.0"
},
"scripts": {
"unit": "tap --harmony ./tests/test_*.js",
Expand All @@ -211,7 +212,8 @@
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint '**/*.js'",
"changelog": "changelog nock all -m > CHANGELOG.md",
"toc": "markdown-toc -i README.md"
"toc": "markdown-toc -i README.md",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"nyc": {
"reporter": [
Expand Down

0 comments on commit 909dbce

Please sign in to comment.