File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed
Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " v-tree-vue" ,
3- "version" : " 0.1.0" ,
3+ "version" : " 0.1.5" ,
4+ "license" : " ISC" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " git+https://github.com/geekhybrid/tree-vue.git"
8+ },
49 "scripts" : {
510 "serve" : " vue-cli-service serve" ,
611 "build" : " vue-cli-service build" ,
712 "test:unit" : " vue-cli-service test:unit --watch" ,
813 "lint" : " vue-cli-service lint"
914 },
15+ "keywords" : [
16+ " Vue" ,
17+ " TreeView" ,
18+ " Hierachical" ,
19+ " Recursive" ,
20+ " Tree"
21+ ],
22+ "author" : " Enyi Francis Hocaha" ,
1023 "dependencies" : {
11- "axios" : " ^0.21.1" ,
12- "bootstrap-vue" : " ^2.21.2" ,
1324 "core-js" : " ^3.6.5" ,
1425 "vue" : " ^2.6.11" ,
1526 "vue-class-component" : " ^7.2.3" ,
16- "vue-property-decorator" : " ^9.1.2" ,
17- "vue-router" : " ^3.2.0" ,
18- "vue-tippy" : " ^4.10.1" ,
19- "vuex" : " ^3.4.0" ,
20- "vuex-typescript" : " ^3.0.2"
27+ "vue-property-decorator" : " ^9.1.2"
2128 },
2229 "devDependencies" : {
2330 "@types/jest" : " ^24.0.19" ,
Original file line number Diff line number Diff line change 11declare module '*.vue' {
22 import Vue from 'vue'
33 export default Vue
4- }
5-
6- declare module 'vue-tippy'
4+ }
You can’t perform that action at this time.
0 commit comments