Skip to content

Commit f35f91c

Browse files
authored
Update package.json
1 parent f2f9b9d commit f35f91c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "mika-cli-webpack",
3-
"version": "1.0.6",
3+
"version": "1.0.5",
44
"description": "react cli based webpack5",
55
"main": "index.js",
66
"author": "daryl",
77
"bin": {
88
"mika-cli": "bin/mika.js"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/DarylLi/mika-starter-cli.git"
13+
},
1014
"scripts": {
1115
"start": "mika-cli",
1216
"refresh": "npm install . -g",

0 commit comments

Comments
 (0)