diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 09:12:47 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-20 09:12:47 +0200 |
commit | ee8fc5be76e799f73243058b6e4b04833dc3a6cc (patch) | |
tree | 42b0f200cf5d0d28a0bdb6bb3e8963552c2f5bd9 /package.json | |
parent | 39821da621ce39bb0774273ffe9d5301b51e6282 (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" } } |