Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
booxood committed Aug 29, 2016
1 parent fa45ee0 commit 5329b29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- v6
- v4
- 6
- 4
3 changes: 2 additions & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ module.exports = yeoman.generators.Base.extend({
return dirs;
},
store: true,
default: 'client/components/'
// TODO: default no effect
default: 0
}, {
type: 'confirm',
name: 'isComponentDir',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-react-new-component",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generator one react new component",
"homepage": "https://github.com/booxood/generator-react-new-component.git",
"author": {
Expand Down

0 comments on commit 5329b29

Please sign in to comment.