Skip to content

Commit

Permalink
chore(release): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 20, 2017
1 parent a65eef7 commit cebae99
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.2.1"></a>
## [0.2.1](https://github.com/JamieMason/syncpack/compare/0.2.0...0.2.1) (2017-08-20)


### Bug Fixes

* **core:** update dependencies, fix lint warnings ([a65eef7](https://github.com/JamieMason/syncpack/commit/a65eef7))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/JamieMason/syncpack/compare/0.1.0...0.2.0) (2017-08-20)

Expand Down
6 changes: 5 additions & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm test
## Dependencies

- [bluebird](https://github.com/petkaantonov/bluebird): Full featured Promises/A+ implementation with exceptionally good performance
- [chalk](https://github.com/chalk/chalk): Terminal string styling done right. Much color.
- [chalk](https://github.com/chalk/chalk): Terminal string styling done right
- [commander](https://github.com/tj/commander.js): the complete solution for node.js command-line programs
- [glob](https://github.com/isaacs/node-glob): a little globber
- [nodent-runtime](https://github.com/MatAtBread/nodent-runtime): Runtime component of nodent
Expand All @@ -32,6 +32,10 @@ npm test
- [babel-cli](https://github.com/babel/babel/tree/master/packages): Babel command line.
- [babel-plugin-transform-object-rest-spread](https://github.com/babel/babel/tree/master/packages): Compile object rest and spread to ES5
- [babel-preset-es2015](https://github.com/babel/babel/tree/master/packages): Babel preset for all es2015 plugins.
- [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format.
- [eslint-config-xo](https://github.com/sindresorhus/eslint-config-xo): ESLint shareable config for XO
- [eslint-plugin-ava](https://github.com/avajs/eslint-plugin-ava): ESLint rules for AVA
- [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn): Various awesome ESLint rules
- [fast-async](https://github.com/MatAtBread/fast-async): fast-async/await transformer Babel plugin
- [rimraf](https://github.com/isaacs/rimraf): A deep deletion module for node (like `rm -rf`)
- [xo](https://github.com/sindresorhus/xo): JavaScript happiness style linter ❤️
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Normalise differences in packages/*/package.json files in Lerna Monorepos",
"version": "0.2.0",
"version": "0.2.1",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js"
Expand Down

0 comments on commit cebae99

Please sign in to comment.