modify vue-tree to vue-tree-list

This commit is contained in:
ayou
2017-07-23 10:56:16 +08:00
parent 1c253ddec9
commit f71a5b3030
7 changed files with 26 additions and 26 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "vue-tree",
"name": "vue-tree-list",
"version": "1.0.0",
"description": "A vue component for tree structure.",
"main": "dist/vue-tree.min.js",
"main": "dist/vue-tree-list.min.js",
"scripts": {
"test": "karma start --single-run",
"unit": "karma start --watch",
@@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ParadeTo/vue-tree.git"
"url": "git+https://github.com/ParadeTo/vue-tree-list.git"
},
"keywords": [
"vue",
@@ -20,9 +20,9 @@
"author": "ayou",
"license": "ISC",
"bugs": {
"url": "https://github.com/ParadeTo/vue-tree/issues"
"url": "https://github.com/ParadeTo/vue-tree-list/issues"
},
"homepage": "https://github.com/ParadeTo/vue-tree#readme",
"homepage": "https://github.com/ParadeTo/vue-tree-list#readme",
"dependencies": {
"jquery": "^3.2.1"
},