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

readme attributions #85

Merged
merged 1 commit into from
Oct 29, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,28 @@ $ npm version major # for deprecation

**Important:** `microplan` uses an automated publishing system. That means whenever your PR is merged, `microplan` will be published automatically to npm (based on the version specified in the package.json)

## Attributions

Thanks to the awesome repositories without which the project would not have been possible.

```js
"devDependencies": {
"autopublish": "0.0.7",
"standard": "^9.0.2"
},
"dependencies": {
"async": "^2.1.2",
"commander": "^2.9.0",
"github-create-issue": "^2.0.0",
"gitlab-create-issue": "^1.0.1",
"home-dir": "^1.0.0",
"js-yaml": "^3.7.0",
"ora": "^0.4.0",
"underscore": "^1.8.3"
}

```

## Thanks a lot!
Thanks for checking out the project. We appreciate it! •ᴗ•

Expand Down