Skip to content

Commit 3a24918

Browse files
Version Packages
1 parent 017a1a9 commit 3a24918

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
"version": "1.0.0",
44
"description": "Set up a modern react web app by running one command",
55
"homepage": "https://github.com/codiume/create-react-appp",
6-
"keywords": [
7-
"cli",
8-
"react",
9-
"react-app",
10-
"create-react-app"
11-
],
6+
"keywords": ["cli", "react", "react-app", "create-react-app"],
127
"author": "MHD <m@codiume.com>",
138
"contributors": [
149
{
@@ -23,10 +18,7 @@
2318
"type": "module",
2419
"main": "./dist/index.mjs",
2520
"module": "./dist/index.mjs",
26-
"files": [
27-
"dist",
28-
"README.md"
29-
],
21+
"files": ["dist", "README.md"],
3022
"scripts": {
3123
"prebuild": "pnpm check-lint && pnpm check-types",
3224
"build": "unbuild",

0 commit comments

Comments
 (0)