We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11ac7c commit 6df206fCopy full SHA for 6df206f
1 file changed
package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "kkt",
3
- "version": "4.1.0",
+ "version": "4.1.1",
4
"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)",
6
"bin": {
7
"kkt": "./.bin/kkt.js"
8
},
@@ -26,7 +27,14 @@
26
27
"framework",
28
"frontend"
29
],
- "author": "",
30
+ "files": [
31
+ ".bin",
32
+ "conf",
33
+ "plugs",
34
+ "script",
35
+ "utils",
36
+ ".eslintrc.js"
37
+ ],
38
"license": "MIT",
39
"dependencies": {
40
"@babel/preset-typescript": "^7.3.3",
0 commit comments