Skip to content

Commit 064e9d2

Browse files
committed
Fix bower pointing to minified file
1 parent bbf6b41 commit 064e9d2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

bower.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Marcel Bennett <[email protected]>"
66
],
77
"description": "Angular Material decorator for Angular Schema Form",
8-
"main": "material-decorator.min.js",
8+
"main": "material-decorator.js",
99
"keywords": [
1010
"angular-schema-form-decorator",
1111
"angular material",
@@ -23,8 +23,8 @@
2323
],
2424
"dependencies": {
2525
"angular-schema-form": ">=0.8.13",
26-
"angular": "1.5.6",
27-
"angular-material": "master",
26+
"angular": "1.5.5",
27+
"angular-material": "1.0.7",
2828
"angular-animate": "1.4",
2929
"angular-sanitize": "1.4"
3030
},
@@ -33,6 +33,7 @@
3333
"moment": "~2.10.6"
3434
},
3535
"resolutions": {
36-
"angular-material": "^1.0.7"
36+
"angular-material": "^1.0.7",
37+
"angular": "^1.5.5"
3738
}
3839
}

0 commit comments

Comments
 (0)