Update bower stuff.

This commit is contained in:
Drew Larson
2017-01-15 21:43:58 -06:00
parent 0347e75be0
commit ed28e8ae40
3 changed files with 3 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"directory": "vendor"
}
+24
View File
@@ -0,0 +1,24 @@
{
"name": "bikeshop",
"authors": [
"Drew Larson <drew@drwlrsn.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"material-design-lite": "^1.3.0",
"md-date-time-picker": "https://github.com/puranjayjain/md-date-time-picker.git#master",
"normalize-css": "normalize.css#^4.1.1"
}
}