Skip to content

Commit

Permalink
test(standard): ensure cli is tested by standard
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Feb 8, 2015
1 parent 918e2c0 commit 486ebed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"description": "automated semver compliant package publishing",
"version": "0.0.0-note.that.this.is.not.the.actual.version",
"author": "Stephan Bönnemann <stephan@boennemann.me>",
"bin": "./bin/semantic-release",
"bin": "./bin/semantic-release.js",
"bugs": {
"url": "https://github.com/boennemann/semantic-release/issues"
},
Expand Down Expand Up @@ -54,9 +54,9 @@
"url": "https://github.com/boennemann/semantic-release.git"
},
"scripts": {
"postpublish": "./bin/semantic-release post",
"postpublish": "./bin/semantic-release.js post",
"posttest": "./bin/post-test",
"prepublish": "./bin/semantic-release pre",
"prepublish": "./bin/semantic-release.js pre",
"pretest": "./bin/pre-test",
"test": "standard && node tests | tap-spec"
}
Expand Down

0 comments on commit 486ebed

Please sign in to comment.