Skip to content

Commit cf0c22c

Browse files
committed
chore(release): 0.1.0
1 parent f6dada7 commit cf0c22c

4 files changed

Lines changed: 54 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<a name="0.1.0"></a>
2+
# 0.1.0 (2017-08-18)
3+
4+
5+
### Features
6+
7+
* **cli:** create scaffold cli ([f6dada7](https://github.com/JamieMason/syncpack/commit/f6dada7))
8+
9+
10+

DEPENDENCIES.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# syncpack
2+
3+
Normalise differences in packages/*/package.json files in Lerna Monorepos
4+
5+
## Installation
6+
7+
Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.
8+
9+
```sh
10+
npm install syncpack --save
11+
```
12+
13+
14+
## Tests
15+
16+
```sh
17+
npm install
18+
npm test
19+
```
20+
21+
## Dependencies
22+
23+
- [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.
25+
- [commander](https://github.com/tj/commander.js): the complete solution for node.js command-line programs
26+
- [glob](https://github.com/isaacs/node-glob): a little globber
27+
- [nodent-runtime](https://github.com/MatAtBread/nodent-runtime): Runtime component of nodent
28+
- [semver](https://github.com/npm/node-semver): The semantic version parser used by npm.
29+
30+
## Dev Dependencies
31+
32+
- [babel-cli](https://github.com/babel/babel/tree/master/packages): Babel command line.
33+
- [babel-preset-es2015](https://github.com/babel/babel/tree/master/packages): Babel preset for all es2015 plugins.
34+
- [fast-async](https://github.com/MatAtBread/fast-async): fast-async/await transformer Babel plugin
35+
- [rimraf](https://github.com/isaacs/rimraf): A deep deletion module for node (like `rm -rf`)
36+
- [xo](https://github.com/sindresorhus/xo): JavaScript happiness style linter ❤️
37+
38+
39+
## License
40+
41+
MIT
42+

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
33
"description": "Normalise differences in packages/*/package.json files in Lerna Monorepos",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js"

0 commit comments

Comments
 (0)