Commit 43627a08 authored by Reza Sahebgharan's avatar Reza Sahebgharan

fix(add sqlite to dependecies): add sqlite to dependecies

parent f31656ea
Pipeline #1066 passed with stage
in 37 minutes and 57 seconds
......@@ -33,7 +33,8 @@
"vue-router": "^3.1.2",
"vue-template-compiler": "^2.6.10",
"vuetify": "^2.2.12",
"vuex": "^3.1.1"
"vuex": "^3.1.1",
"sqlite3": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
......@@ -68,7 +69,7 @@
"meteor-jest-stubs": "^2.0.0",
"sass": "^1.22.9",
"sass-loader": "^7.2.0",
"sqlite3": "^4.1.1",
"standard-version": "^7.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-jest": "^3.0.5",
......@@ -109,4 +110,4 @@
"!**/__mock__/**"
]
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment