diff --git a/README.md b/README.md index fbdc363c..241553af 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The file structure in generated project looks like this: - `package.json` - npm packages dependencies - `.yo-rc.json` - Yeoman generator configuration file - `.editorconfig` - [EditorConfig](http://editorconfig.org/) configuration file to achieve consistent coding style -- `.gitattributes` - [Git](http://git-scm.com/) configuration file to force Unix line ending in all text files +- `.gitattributes` - [Git](http://git-scm.com/) configuration file to force Unix line ending in text files - `.gitignore` - default Git ignore files and folders - `.eslintrc.yml` - [ESLint](http://eslint.org/) configuration file to achieve consistent JavaScript coding style (you can update it to your preference) - `.stylintrc.yml` - [stylelint](http://stylelint.io/) configuration file to achieve consistent CSS coding style (you can update it to your preference) diff --git a/package.json b/package.json index f4cd0f47..daa653de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-chisel", - "version": "0.1.5", + "version": "0.1.6", "description": "A Yeoman generator for scaffolding front-end and WordPress projects", "homepage": "", "author": {