material-icons
Advanced tools
Comparing version 1.12.2 to 1.13.0
{ | ||
"name": "material-icons", | ||
"version": "1.12.2", | ||
"version": "1.13.0", | ||
"description": "Latest icon fonts and CSS for self-hosting material design icons.", | ||
"browser": "iconfont/material-icons.css", | ||
"sass": "iconfont/material-icons.scss", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.d.ts", | ||
"_data/versions.json", | ||
@@ -14,6 +16,8 @@ "css/*.{css,scss}", | ||
"check": "npm run download:metadata -- --status --dry-run", | ||
"update": "npm run download && npm run build", | ||
"update": "npm run download && npm run generate && npm run build", | ||
"download": "npm run download:font && npm run download:metadata", | ||
"download:font": "npx @material-design-icons/scripts download font --to iconfont", | ||
"download:metadata": "npx @material-design-icons/scripts download metadata", | ||
"generate": "npm run generate:types", | ||
"generate:types": "npx @material-design-icons/scripts generate types --in .", | ||
"build": "npm run build:codepoints && npm run build:css && npm run build:css:min", | ||
@@ -25,5 +29,5 @@ "build:codepoints": "node scripts/codepoints.js", | ||
"devDependencies": { | ||
"@material-design-icons/scripts": "0.2.4", | ||
"opentype.js": "1.3.3", | ||
"sass": "1.35.1" | ||
"@material-design-icons/scripts": "0.5.1", | ||
"opentype.js": "1.3.4", | ||
"sass": "1.56.1" | ||
}, | ||
@@ -30,0 +34,0 @@ "license": "Apache-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2196425