Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
📦 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Apr 12, 2015
1 parent d156dfc commit f0c6b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 0.3.0

### Added
* add `Apache-2.0` license option
Expand All @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
* public method `moduleInit.validate()` returns `{ missing, invalid }` object instead of `missing` array
* improve CLI feedback
* update dependencies

## 0.2.0
* switch Node API to EventEmitter pattern
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "module-init",
"description": "Create a new node module with all the right stuff.",
"version": "0.2.0",
"version": "0.3.0",
"author": "Nate Goldman <[email protected]>",
"bin": {
"module-init": "./bin/cli.js"
Expand All @@ -13,7 +13,7 @@
"async": "^0.9.0",
"camel-case": "^1.1.1",
"chalk": "^1.0.0",
"cwp": "^0.2.0",
"cwp": "^0.2.1",
"fixpack": "^2.2.0",
"git-config": "0.0.6",
"inquirer": "^0.8.2",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"faucet": "0.0.1",
"standard": "^3.3.2",
"standard": "^3.5.0",
"tape": "^4.0.0"
},
"homepage": "https://github.com/ngoldman/module-init",
Expand Down

0 comments on commit f0c6b88

Please sign in to comment.