Skip to content

Commit

Permalink
build(npm script): remove semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaperret committed Mar 23, 2018
1 parent 35e66c1 commit 7734c33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"coveralls": "cat test/coverage/lcov.info | coveralls",
"test:watch": "jest --watch",
"lint": "eslint --ext .js src",
"doc": "doxdox 'src/*.js' --layout markdown --output docs/API.md",
"semantic-release": "semantic-release"
"doc": "doxdox 'src/*.js' --layout markdown --output docs/API.md"
},
"keywords": [
"jquery",
Expand Down

0 comments on commit 7734c33

Please sign in to comment.