Skip to content

Commit 71f1eaf

Browse files
committed
fix(package): fix package config and update version
1 parent 74bab5d commit 71f1eaf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fictjs/hooks",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Official hooks package for Fict",
55
"keywords": [
66
"fict",
@@ -10,7 +10,6 @@
1010
"reactive",
1111
"typescript"
1212
],
13-
"license": "MIT",
1413
"type": "module",
1514
"packageManager": "pnpm@9.1.1",
1615
"main": "./dist/index.cjs",
@@ -30,9 +29,6 @@
3029
"engines": {
3130
"node": ">=18"
3231
},
33-
"peerDependencies": {
34-
"@fictjs/runtime": "^0.9.0"
35-
},
3632
"config": {
3733
"commitizen": {
3834
"path": "cz-conventional-changelog"
@@ -75,6 +71,9 @@
7571
"prettier --write"
7672
]
7773
},
74+
"peerDependencies": {
75+
"@fictjs/runtime": "^0.9.0"
76+
},
7877
"devDependencies": {
7978
"@eslint/js": "^10.0.1",
8079
"@fictjs/runtime": "^0.9.0",
@@ -92,5 +91,7 @@
9291
"typescript-eslint": "^8.54.0",
9392
"vite": "^7.3.1",
9493
"vitest": "^4.0.18"
95-
}
94+
},
95+
"author": "unadlib",
96+
"license": "MIT"
9697
}

0 commit comments

Comments
 (0)