Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marella committed Jul 5, 2021
1 parent 8bfcb52 commit 7b77c00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iconfont/*.{css,scss,woff,woff2}"
],
"scripts": {
"check": "npm run download:metadata -- --status",
"check": "npm run download:metadata -- --status --dry-run",
"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",
Expand All @@ -20,7 +20,7 @@
"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.2.3",
"@material-design-icons/scripts": "0.2.4",
"opentype.js": "1.3.3",
"sass": "1.35.1"
},
Expand Down

0 comments on commit 7b77c00

Please sign in to comment.