Skip to content

Commit 894f4bc

Browse files
committed
chore: fix export field path error
1 parent 6ef15b5 commit 894f4bc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/hooks/package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-hooks-plus",
3-
"version": "1.6.0-alpha.7",
3+
"version": "1.6.0-alpha.8",
44
"description": "Vue hooks library",
55
"files": [
66
"dist",
@@ -11,14 +11,6 @@
1111
"package.json",
1212
"README.md"
1313
],
14-
"exports": {
15-
".": {
16-
"types": "./lib/index.d.ts",
17-
"require": "./lib/index.js",
18-
"import": "./es/index.js"
19-
},
20-
"./*": "./*"
21-
},
2214
"main": "./lib/index.js",
2315
"module": "./es/index.js",
2416
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)