Skip to content

Commit 684804b

Browse files
committed
🔨 Removed uneccessary dependencies
1 parent 0b1a8e8 commit 684804b

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
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",

src/shims-vue.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
declare module '*.vue' {
22
import Vue from 'vue'
33
export default Vue
4-
}
5-
6-
declare module 'vue-tippy'
4+
}

0 commit comments

Comments
 (0)