Skip to content

Commit

Permalink
fix: Fixed dependency on materialize-css
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyboy committed Jul 29, 2017
1 parent a7804f2 commit 2280d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"postsemantic-release": "semantic-release post"
},
"peerDependencies": {
"materialize-css": "^0.98.2",
"materialize-css": "^0.100.1",
"@angular/common": "^4.0.0"
},
"config": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"gulp-typescript": "3.1.6",
"hammerjs": "^2.0.8",
"jquery": "^2.2.4",
"materialize-css": "^0.98.2",
"materialize-css": "^0.100.1",
"rollup": "^0.41.6",
"run-sequence": "1.2.2",
"rxjs": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"hammerjs": "^2.0.8",
"intl": "1.2.5",
"jquery": "^2.2.4",
"materialize-css": "^0.98.2",
"materialize-css": "^0.100.1",
"rxjs": "^5.1.0",
"web-animations-js": "2.2.4",
"zone.js": "0.8.7"
Expand Down

0 comments on commit 2280d6a

Please sign in to comment.