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

Commit

Permalink
Updated README and description. Updated ESLint version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Aug 11, 2015
1 parent 5318434 commit b9c80fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.1

* Updated README
* Updated package description
* Updated ESLint: 1.0.0 => 1.1.0

# 0.2.0

* Added option to skip unit test creation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ES2015 Module Generator
# Yeoman Generator for ES2015 Modules

Initial version of ES2015 Module Generator using Babel and Tape.
Generate ES2015 modules using Babel and Tape.

## Install
`npm install -g generator-es2015-module`
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tape": "^4.0.2",
"babel": "^5.8.20",
"glob": "^5.0.14",
"eslint": "^1.0.0",
"eslint": "^1.1.0",
"babel-eslint": "^4.0.5"
},
"scripts": {
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": "generator-es2015-module",
"version": "0.2.0",
"description": "ES2015 Module Generator",
"version": "0.2.1",
"description": "Yeoman generator for ES2015 modules",
"author": {
"name": "Ry Racherbaumer",
"email": "ry@rygine.com",
Expand Down Expand Up @@ -38,6 +38,6 @@
"lodash": "^3.10.1"
},
"devDependencies": {
"eslint": "^1.0.0"
"eslint": "^1.1.0"
}
}

0 comments on commit b9c80fc

Please sign in to comment.