Skip to content

Commit

Permalink
new version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CVarisco committed Jul 4, 2017
1 parent 4ed00b8 commit 81be1cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ Create a file in your project folder named `.ccarc`:
// Default extension for your javascript file ["js", "jsx"]
"jsExtension": "js",

// Default extension for your css file ["css", "scss", "sass", "less"]
// Default extension for your css file ["css", "scss", "sass", "less", false]
// Set to false if you don't want a style file
"cssExtension": "css",

// Default flag to include a test file in the folder [true, false]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-component-app",
"version": "0.5.1",
"version": "0.6.0",
"description": "Tool to generate different types of React components from the terminal.",
"bin": {
"create-component-app": "./dist/index.js"
Expand Down Expand Up @@ -42,4 +42,4 @@
"jest": "^20.0.4",
"npm-watch": "^0.1.7"
}
}
}

0 comments on commit 81be1cf

Please sign in to comment.