We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7533b28 commit b1b6401Copy full SHA for b1b6401
1 file changed
package.json
@@ -6,8 +6,10 @@
6
"access": "public",
7
"provenance": true
8
},
9
- "license": "MIT",
10
- "author": "unadlib",
+ "repository": {
+ "type": "git",
11
+ "url": "git+https://github.com/fictjs/react.git"
12
+ },
13
"type": "module",
14
"main": "dist/index.cjs",
15
"module": "dist/index.js",
@@ -86,5 +88,11 @@
86
88
"node": ">=20.0.0",
87
89
"pnpm": ">=9.0.0"
90
- "packageManager": "pnpm@9.1.1"
91
+ "packageManager": "pnpm@9.1.1",
92
+ "keywords": [
93
+ "fict",
94
+ "react"
95
+ ],
96
+ "license": "MIT",
97
+ "author": "unadlib"
98
}
0 commit comments