summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-08-24 03:42:23 -0500
committerMonty Taylor <mordred@inaugust.com>2018-08-24 03:42:23 -0500
commit2712cdc63933fd4ac52a22a3053e2b6f8d568e18 (patch)
tree10e6537505b988f82fac2431b8ae912cec9641cc /package.json
parent67c1f59c791a4d559e1b00851328e3c59a019596 (diff)
Switch bootstrap to non-bower
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e11bfe3..5d653b6 100644
--- a/package.json
+++ b/package.json
@@ -18,8 +18,8 @@
18 }, 18 },
19 "license": "CC-BY 4.0", 19 "license": "CC-BY 4.0",
20 "dependencies": { 20 "dependencies": {
21 "@bower_components/bootstrap": "twbs/bootstrap#~3.3.5",
22 "@bower_components/font-awesome": "FortAwesome/Font-Awesome#~4.3.0", 21 "@bower_components/font-awesome": "FortAwesome/Font-Awesome#~4.3.0",
22 "bootstrap": "^3.3.5",
23 "font-mfizz": "^2.4.1", 23 "font-mfizz": "^2.4.1",
24 "modernizr": "^3.6.0", 24 "modernizr": "^3.6.0",
25 "reveal.js": "^3.7.0" 25 "reveal.js": "^3.7.0"