All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.4 (2016-12-12)
- appveyor: force install npm globally (63aaa29)
2.0.3 (2016-12-11)
- package: fix engines field - npm should be >=2, not >=3 (e0781d8)
2.0.2 (2016-12-11)
- appveyor: debugging appveyor shits (7b107e1)
- deps: switch to use get-installed-path v2 (3cd6f34)
- package: all nyc coverage to 100 (35ba763)
2.0.1 (2016-12-11)
- package: update keywords (da71404)
2.0.0 (2016-12-11)
- use ES2015, allow custom cwd to be passed through options (a9586e7)
- default export is async and returns a promise; allow custom cwd to be passed
through opts.cwd; pass opts.local to check if package exists locally.
- Release v1.0.4 / [email protected]
- remove
debug
andhandle-arguments
, simplify - update repo
- Release v1.0.3 / [email protected]
- update related
- reorganize tests
- bump dependencies, remove
fn-name
- Release v1.0.2 / [email protected]
- feross/standard for example usage
- add related section
- run update
- apply feross/standard, close #1
- Release v1.0.1 / [email protected]
- run lint
- Release v1.0.0 / [email protected]
- todo:
- add cli
- add docs, run docks(1)
- first commits