Skip to content

Commit

Permalink
fix(npm): remove unleash dependency (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann authored and William Blankenship committed Oct 18, 2017
1 parent 09066d8 commit a43aa60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -49,6 +49,6 @@ Cutting a release is currently a manual process. We use a [Conventional Changelo
```
$ git fetch
$ git pull origin master # ensure you have the latest changes
$ unleash [-p for patch, -m for minor, -M for major] -d # do a dry run to verify
$ unleash [-p for patch, -m for minor, -M for major]
$ npx unleash [-p for patch, -m for minor, -M for major] -d # do a dry run to verify
$ npx unleash [-p for patch, -m for minor, -M for major]
```
24 changes: 6 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -110,7 +110,6 @@
"restify-errors": "^5.0.0",
"semver": "^5.0.1",
"spdy": "^3.3.3",
"unleash": "^1.6.1",
"uuid": "^3.0.0",
"vasync": "^1.6.4",
"verror": "^1.9.0"
Expand All @@ -127,7 +126,6 @@
"filed": "^0.1.0",
"istanbul": "^0.4.1",
"jscs": "^3.0.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"nodeunit": "^0.11.0",
Expand Down

0 comments on commit a43aa60

Please sign in to comment.