Skip to content

Commit

Permalink
chore(package): adapt for semantic-release@11
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 21, 2017
1 parent 455cad5 commit 36b6c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pretest": "standard",
"test": "nyc tap 'tests/{unit,integration}/**/*-test.js'",
"test:watch": "gaze 'bin/watch-and-test.sh $path' 'tests/**/*.js' '*.js' 'api/**/*.js' 'plugin/**/*.js' 'routes/**/*.js' 'utils/**/*.js'",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"nyc": {
"//": "since we override the default excludes, we have to also (re)exclude the tests directory and node_modules",
Expand Down

0 comments on commit 36b6c40

Please sign in to comment.