Skip to content

Commit 9eae331

Browse files
committed
Update package.json
1 parent 522a191 commit 9eae331

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "react-codegen-cli",
3-
"version": "0.1.6",
3+
"version": "1.0.0",
44
"description": "Software Development Kit for React",
55
"main": "lib/index.js",
66
"bin": {
77
"react-codegen": "lib/bin.js"
88
},
9+
"files": [
10+
"lib"
11+
],
912
"scripts": {
1013
"prepublish": "npm run build",
1114
"build": "babel src --out-dir lib --copy-files --extensions \".ts\"",
@@ -68,7 +71,10 @@
6871
"sdk",
6972
"React DevKit"
7073
],
71-
"repository": "https://github.com/Cristians953/react-codegen-cli.git",
74+
"repository": {
75+
"type": "git",
76+
"url": "git+https://github.com/Cristians953/react-codegen-cli.git"
77+
},
7278
"author": "Vasiliev Cristian <vasiliev.cristian99@gmail.com>",
7379
"license": "MIT"
7480
}

0 commit comments

Comments
 (0)