aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-06-06 12:40:12 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-06-06 12:40:12 +0200
commit9210fd3bad8194646c6b7c330d3048a4f6c3db89 (patch)
tree5ea4b4c96b27b170a18d21454eeb0640cce6aeee /bower.json
parent27b4e7b47acbd1fa212db7f11b7b3b310193c009 (diff)
Get mdl with bower instaid of cdn
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 05be5df..0e80221 100644
--- a/bower.json
+++ b/bower.json
@@ -16,6 +16,7 @@
"tests"
],
"dependencies": {
- "sw-toolbox": "^3.3.0"
+ "sw-toolbox": "^3.3.0",
+ "material-design-lite": "^1.3.0"
}
}