We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf6b41 commit 064e9d2Copy full SHA for 064e9d2
bower.json
@@ -5,7 +5,7 @@
5
"Marcel Bennett <iamanthropic@gmail.com>"
6
],
7
"description": "Angular Material decorator for Angular Schema Form",
8
- "main": "material-decorator.min.js",
+ "main": "material-decorator.js",
9
"keywords": [
10
"angular-schema-form-decorator",
11
"angular material",
@@ -23,8 +23,8 @@
23
24
"dependencies": {
25
"angular-schema-form": ">=0.8.13",
26
- "angular": "1.5.6",
27
- "angular-material": "master",
+ "angular": "1.5.5",
+ "angular-material": "1.0.7",
28
"angular-animate": "1.4",
29
"angular-sanitize": "1.4"
30
},
@@ -33,6 +33,7 @@
33
"moment": "~2.10.6"
34
35
"resolutions": {
36
- "angular-material": "^1.0.7"
+ "angular-material": "^1.0.7",
37
+ "angular": "^1.5.5"
38
}
39
0 commit comments