Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam A. Horvath-Hunt committed Dec 5, 2016
1 parent 436bcd2 commit 04ddae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this

## [1.0.0-alpha18] - 2016-11-30
### Changed
- Fixed Yeoman npm keyword, allowing it to be indexed.
- Fix Yeoman npm keyword, allowing it to be indexed.
- Update Webpack config to latest standard.

## [1.0.0-alpha17] - 2016-11-29
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ Following generation you will end up with something like this, dependent upon th
│   └── img/
│   └── views/
│    └── [etc].pug
├── build/
│  └── webpack.base.config.js
│  └── webpack.development.config.js
│  └── webpack.production.js
├── .babelrc
├── .editorconfig
├── .env.example
Expand All @@ -83,8 +87,6 @@ Following generation you will end up with something like this, dependent upon th
├── CHANGELOG.md
├── README.md
├── package.json
├── webpack.config.js
├── webpack.production.js
```

## Help
Expand Down

0 comments on commit 04ddae1

Please sign in to comment.