Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unleash dependency #1522

Merged
merged 3 commits into from Oct 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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