Skip to content

Commit 6df206f

Browse files
committed
released v4.1.1
1 parent b11ac7c commit 6df206f

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "kkt",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
5+
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
56
"bin": {
67
"kkt": "./.bin/kkt.js"
78
},
@@ -26,7 +27,14 @@
2627
"framework",
2728
"frontend"
2829
],
29-
"author": "",
30+
"files": [
31+
".bin",
32+
"conf",
33+
"plugs",
34+
"script",
35+
"utils",
36+
".eslintrc.js"
37+
],
3038
"license": "MIT",
3139
"dependencies": {
3240
"@babel/preset-typescript": "^7.3.3",

0 commit comments

Comments
 (0)