mat-icon-import
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "mat-icon-import", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": "Felix Lemke <flemke.dev@gmail.com> (https://felixlemke.com)", | ||
@@ -18,5 +18,5 @@ "description": "Include only used material icons in SVG format and reduce package size", | ||
"peerDependencies": { | ||
"@angular/common": "^6.0.0-rc.0 || ^6.0.0", | ||
"@angular/core": "^6.0.0-rc.0 || ^6.0.0", | ||
"@angular/material": "^6.0.0-rc.0 || ^6.0.0" | ||
"@angular/common": ">= ^6.0.0", | ||
"@angular/core": ">= ^6.0.0", | ||
"@angular/material": ">= ^6.0.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "main": "bundles/mat-icon-import.umd.js", |
86522