We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f9b9d commit f35f91cCopy full SHA for f35f91c
package.json
@@ -1,12 +1,16 @@
1
{
2
"name": "mika-cli-webpack",
3
- "version": "1.0.6",
+ "version": "1.0.5",
4
"description": "react cli based webpack5",
5
"main": "index.js",
6
"author": "daryl",
7
"bin": {
8
"mika-cli": "bin/mika.js"
9
},
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/DarylLi/mika-starter-cli.git"
13
+ },
14
"scripts": {
15
"start": "mika-cli",
16
"refresh": "npm install . -g",
0 commit comments