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

removed frappejs from package.json and removed data

This commit is contained in:
Achilles Rasquinha 2018-02-01 15:03:34 +05:30
parent d6c8c800d2
commit 638ea8ef86
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ class sqliteDatabase {
}
async migrate() {
let commit = false;
for (let doctype in frappe.modules) {
// check if controller module
if (frappe.modules[doctype].Meta) {

View File

@ -14,7 +14,6 @@
"bootstrap": "^4.0.0",
"commander": "^2.13.0",
"express": "^4.16.2",
"frappejs": "^0.0.1",
"jquery": "^3.3.1",
"node-fetch": "^1.7.3",
"popper.js": "^1.12.9",