We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53b4b3 commit b4a9c38Copy full SHA for b4a9c38
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "he-tree-vue",
3
- "version": "2.0.7-beta.1",
+ "version": "2.0.7-beta.2",
4
"description": "A draggable sortable nested vue tree component.",
5
"main": "dist/he-tree-vue.cjs.js",
6
"module": "dist/he-tree-vue.esm.js",
7
"types": "types/index.d.ts",
8
"files": [
9
"dist",
10
- "types"
+ "types",
11
+ "npm-scripts"
12
],
13
"unpkg": "dist/he-tree-vue.js",
14
"author": "phphe <phphe@outlook.com> (https://github.com/phphe)",
0 commit comments