Skip to content

Commit

Permalink
chore: fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
trs committed Jan 10, 2018
1 parent 6c08cc2 commit 47c8eed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
- run:
name: Update NPM
command: |
npm install npm@latest
npm install semantic-release@latest
npm install npm@5
npm install semantic-release@11
- deploy:
name: Semantic Release
command: |
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ftp-srv",
"version": "0.0.0",
"version": "0.0.0-development",
"description": "Modern, extensible FTP Server",
"keywords": [
"ftp",
Expand Down Expand Up @@ -29,7 +29,7 @@
"commitmsg": "cz-customizable-ghooks",
"dev": "cross-env NODE_ENV=development npm run verify:watch",
"prepush": "npm-run-all verify test:coverage --silent",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"start": "npm run dev",
"test": "npm run test:unit",
"test:check-coverage": "nyc check-coverage",
Expand Down Expand Up @@ -85,7 +85,7 @@
"npm-run-all": "4.0.2",
"nyc": "11.1.0",
"rimraf": "2.6.1",
"semantic-release": "^6.3.6",
"semantic-release": "^11.0.2",
"sinon": "^2.3.5"
},
"engines": {
Expand Down

0 comments on commit 47c8eed

Please # to comment.