Skip to content

Commit b1b6401

Browse files
committed
fix(package): update
1 parent 7533b28 commit b1b6401

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
"access": "public",
77
"provenance": true
88
},
9-
"license": "MIT",
10-
"author": "unadlib",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/fictjs/react.git"
12+
},
1113
"type": "module",
1214
"main": "dist/index.cjs",
1315
"module": "dist/index.js",
@@ -86,5 +88,11 @@
8688
"node": ">=20.0.0",
8789
"pnpm": ">=9.0.0"
8890
},
89-
"packageManager": "pnpm@9.1.1"
91+
"packageManager": "pnpm@9.1.1",
92+
"keywords": [
93+
"fict",
94+
"react"
95+
],
96+
"license": "MIT",
97+
"author": "unadlib"
9098
}

0 commit comments

Comments
 (0)