diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 09:12:47 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | fde3ac77ac0f2a7e770749bf4283e23118998804 (patch) | |
tree | 42b0f200cf5d0d28a0bdb6bb3e8963552c2f5bd9 /package.json | |
parent | 6b51f979ecc0fc3a120b0c381cb909ef229280d6 (diff) |
RESTRUT Rename app.js to index.js and remove bootstrap dependency
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 1c221bc..e23d95a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "zip-webpack-plugin": "^3.0.0" }, "dependencies": { - "@iconfu/svg-inject": "^1.2.3", - "bootstrap": "^4.3.1" + "@iconfu/svg-inject": "^1.2.3" } } |