Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 3efeaec

Browse files
author
Kamil Kisiela
committed
chore: update to angular-material 1.0.0
BREAKING CHANGE: requires angular-material 1.0.0
1 parent b2e49af commit 3efeaec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Package.onUse(function (api) {
1414
use: [
1515
1616
'angular:[email protected]',
17-
'angular:angular-material@0.11.4',
17+
'angular:angular-material@1.0.0',
1818
1919
],
2020
imply: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"angular-messages": "^1.4.0",
3636
"angular-animate": "^1.4.0",
3737
"angular-aria": "^1.4.0",
38-
"angular-material": "^0.11.0",
38+
"angular-material": "^1.0.0",
3939
"angular-formly": ">=7.3.0",
4040
"api-check": ">=7.0.0"
4141
},

0 commit comments

Comments
 (0)