Skip to content

Commit 0a624ca

Browse files
committed
[RELEASE] Version v0.0.4. Fixed failure to copy .gitignore error.
1 parent 93a514c commit 0a624ca

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = yeoman.generators.Base.extend({
4949
{src:'_package.json', dest: 'package.json'},
5050
{src:'webpack-dev.config.js'},
5151
{src:'webpack.config.js'},
52-
{src:'.gitignore'}
52+
{src:'gitignore'}
5353
]
5454
this.copyFiles(filesArray);
5555
}
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-webpack-redux-react",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Yeoman generator for React/Redux projects.",
55
"license": "MIT",
66
"main": "generators/app/index.js",

0 commit comments

Comments
 (0)