Skip to content

Commit b4a9c38

Browse files
committed
chore(dist): fix npm script 'postinstall'
1 parent e53b4b3 commit b4a9c38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "he-tree-vue",
3-
"version": "2.0.7-beta.1",
3+
"version": "2.0.7-beta.2",
44
"description": "A draggable sortable nested vue tree component.",
55
"main": "dist/he-tree-vue.cjs.js",
66
"module": "dist/he-tree-vue.esm.js",
77
"types": "types/index.d.ts",
88
"files": [
99
"dist",
10-
"types"
10+
"types",
11+
"npm-scripts"
1112
],
1213
"unpkg": "dist/he-tree-vue.js",
1314
"author": "phphe <phphe@outlook.com> (https://github.com/phphe)",

0 commit comments

Comments
 (0)