Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

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

13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/",
"engines": {
"npm": "^8",
"node": "^16"
"node": ">=16 <19"
},
"scripts": {
"build": "tsc",
Expand All @@ -20,22 +20,15 @@
"version": "npm run test && npm run lint && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"material design",
"icons",
"react"
],
"keywords": ["material design", "icons", "react"],
"private": false,
"author": "AboutBits",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aboutbits/react-material-icons"
},
"files": [
"readme.md",
"dist/**/*"
],
"files": ["readme.md", "dist/**/*"],
"publishConfig": {
"access": "public"
},
Expand Down