2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

Remove duplicate dependencies

This commit is contained in:
Faris Ansari 2018-07-18 14:51:41 +05:30
parent fd5be4d751
commit fcaa62acca

View File

@ -23,12 +23,7 @@
"build": "node build/build.js"
},
"dependencies": {
"bootstrap": "^4.1.1",
"feather-icons": "^4.7.3",
"frappejs": "^0.0.8",
"vue": "^2.5.2",
"vue-flatpickr-component": "^7.0.2",
"vue-router": "^3.0.1"
"frappejs": "^0.0.8"
},
"devDependencies": {
"autoprefixer": "^7.1.2",