File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <a name =" 0.2.1 " ></a >
2+ ## [ 0.2.1] ( https://github.com/JamieMason/syncpack/compare/0.2.0...0.2.1 ) (2017-08-20)
3+
4+
5+ ### Bug Fixes
6+
7+ * ** core:** update dependencies, fix lint warnings ([ a65eef7] ( https://github.com/JamieMason/syncpack/commit/a65eef7 ) )
8+
9+
10+
111<a name =" 0.2.0 " ></a >
212# [ 0.2.0] ( https://github.com/JamieMason/syncpack/compare/0.1.0...0.2.0 ) (2017-08-20)
313
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ npm test
2121## Dependencies
2222
2323- [ bluebird] ( https://github.com/petkaantonov/bluebird ) : Full featured Promises/A+ implementation with exceptionally good performance
24- - [ chalk] ( https://github.com/chalk/chalk ) : Terminal string styling done right. Much color.
24+ - [ chalk] ( https://github.com/chalk/chalk ) : Terminal string styling done right
2525- [ commander] ( https://github.com/tj/commander.js ) : the complete solution for node.js command-line programs
2626- [ glob] ( https://github.com/isaacs/node-glob ) : a little globber
2727- [ nodent-runtime] ( https://github.com/MatAtBread/nodent-runtime ) : Runtime component of nodent
@@ -32,6 +32,10 @@ npm test
3232- [ babel-cli] ( https://github.com/babel/babel/tree/master/packages ) : Babel command line.
3333- [ babel-plugin-transform-object-rest-spread] ( https://github.com/babel/babel/tree/master/packages ) : Compile object rest and spread to ES5
3434- [ babel-preset-es2015] ( https://github.com/babel/babel/tree/master/packages ) : Babel preset for all es2015 plugins.
35+ - [ cz-conventional-changelog] ( https://github.com/commitizen/cz-conventional-changelog ) : Commitizen adapter following the conventional-changelog format.
36+ - [ eslint-config-xo] ( https://github.com/sindresorhus/eslint-config-xo ) : ESLint shareable config for XO
37+ - [ eslint-plugin-ava] ( https://github.com/avajs/eslint-plugin-ava ) : ESLint rules for AVA
38+ - [ eslint-plugin-unicorn] ( https://github.com/sindresorhus/eslint-plugin-unicorn ) : Various awesome ESLint rules
3539- [ fast-async] ( https://github.com/MatAtBread/fast-async ) : fast-async/await transformer Babel plugin
3640- [ rimraf] ( https://github.com/isaacs/rimraf ) : A deep deletion module for node (like ` rm -rf ` )
3741- [ xo] ( https://github.com/sindresorhus/xo ) : JavaScript happiness style linter ❤️
Original file line number Diff line number Diff line change 11{
22 "name" : " syncpack" ,
33 "description" : " Normalise differences in packages/*/package.json files in Lerna Monorepos" ,
4- "version" : " 0.2.0 " ,
4+ "version" : " 0.2.1 " ,
55 "author" : " Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)" ,
66 "bin" : {
77 "syncpack" : " dist/bin.js"
You can’t perform that action at this time.
0 commit comments