Skip to content

Commit 9488d75

Browse files
committed
Fix package.json
1 parent 5c2905d commit 9488d75

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"version": "0.0.1",
44
"description": "Set up a modern react web app by running one command",
55
"homepage": "https://github.com/codiume/create-react-appp.git",
6-
"keywords": ["cli", "react", "react-app", "create-react-app"],
6+
"keywords": [
7+
"cli",
8+
"react",
9+
"react-app",
10+
"create-react-app"
11+
],
712
"author": "MHD <[email protected]>",
813
"contributors": [
914
{
@@ -18,7 +23,10 @@
1823
"type": "module",
1924
"main": "./dist/index.mjs",
2025
"module": "./dist/index.mjs",
21-
"files": ["dist", "README.md"],
26+
"files": [
27+
"dist",
28+
"README.md"
29+
],
2230
"scripts": {
2331
"prebuild": "pnpm check-lint && pnpm check-types",
2432
"build": "unbuild",
@@ -37,7 +45,7 @@
3745
"license": "MIT",
3846
"repository": {
3947
"type": "git",
40-
"url": "https://github.com/codiume/create-react-appp.git"
48+
"url": "git+https://github.com/codiume/create-react-appp.git"
4149
},
4250
"devDependencies": {
4351
"@biomejs/biome": "1.9.4",

0 commit comments

Comments
 (0)