Skip to content

Commit 81be1cf

Browse files
committed
new version 0.6.0
1 parent 4ed00b8 commit 81be1cf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ Create a file in your project folder named `.ccarc`:
8787
// Default extension for your javascript file ["js", "jsx"]
8888
"jsExtension": "js",
8989

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

9394
// Default flag to include a test file in the folder [true, false]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-component-app",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Tool to generate different types of React components from the terminal.",
55
"bin": {
66
"create-component-app": "./dist/index.js"
@@ -42,4 +42,4 @@
4242
"jest": "^20.0.4",
4343
"npm-watch": "^0.1.7"
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)