Skip to content

Commit 10ec331

Browse files
committed
version: v1.4.6
1 parent a4aad01 commit 10ec331

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/hooks/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"name": "vue-hooks-plus",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "Vue hooks library",
55
"files": [
66
"dist",
77
"lib",
88
"es",
9-
"types",
109
"metadata.json",
1110
"package.json",
1211
"README.md"
1312
],
1413
"main": "./lib/index.js",
1514
"module": "./es/index.js",
16-
"types": "./types/index.d.ts",
15+
"types": "./lib/index.d.ts",
1716
"unpkg": "dist/index.es.js",
1817
"keywords": [
1918
"vue-hooks-plus",

0 commit comments

Comments
 (0)