chore: update semantic-release (#124)

This commit is contained in:
Tyler Stewart
2018-10-30 01:48:36 +00:00
committed by GitHub
parent 46b0d52ff2
commit 0afd578683
3 changed files with 6608 additions and 3789 deletions

View File

@@ -60,15 +60,10 @@ jobs:
- <<: *create-cache-file
- restore_cache:
<<: *package-json-cache
- run:
name: Update NPM
command: |
npm install npm@5
npm install semantic-release@11
- deploy:
name: Semantic Release
command: |
npm run semantic-release || true
npm run semantic-release
workflows:
version: 2

10388
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -77,7 +77,7 @@
"mocha-multi-reporters": "1.1.5",
"npm-run-all": "^4.1.3",
"rimraf": "2.6.1",
"semantic-release": "^11.0.2",
"semantic-release": "^15.10.6",
"sinon": "^2.3.5"
},
"engines": {