Skip to content

Commit

Permalink
Update and pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marella committed Jul 4, 2021
1 parent 837fca0 commit 7551a2c
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 58 deletions.
102 changes: 50 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"name": "material-icons",
"version": "0.7.4",
"description": "Material design icon font and CSS framework for self hosting the icons.",
"browser": "iconfont/material-icons.css",
"sass": "iconfont/material-icons.scss",
"files": [
"css/*.{css,scss}",
"iconfont/*.{css,scss,woff,woff2}"
],
"browser": "iconfont/material-icons.css",
"sass": "iconfont/material-icons.scss",
"scripts": {
"check": "npm run download:metadata -- --status",
"update": "npm run download && 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",
Expand All @@ -18,9 +20,9 @@
"build:css:min": "sass --style compressed --no-source-map --no-error-css css/material-icons.scss:css/material-icons.min.css"
},
"devDependencies": {
"@material-design-icons/scripts": "^0.1.0",
"opentype.js": "^1.3.3",
"sass": "^1.34.0"
"@material-design-icons/scripts": "0.2.2",
"opentype.js": "1.3.3",
"sass": "1.35.1"
},
"license": "Apache-2.0",
"repository": {
Expand All @@ -35,8 +37,9 @@
"material-icons",
"material-design-icons",
"material-design",
"iconfont",
"material",
"icons",
"iconfont",
"font",
"css",
"sass"
Expand Down

0 comments on commit 7551a2c

Please sign in to comment.