Skip to content

Commit e6df33c

Browse files
author
devgioele
committed
extend node requirement to v17 and v18
1 parent 793e64c commit e6df33c

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/",
66
"engines": {
77
"npm": "^8",
8-
"node": "^16"
8+
"node": ">=16 <19"
99
},
1010
"scripts": {
1111
"build": "tsc",
@@ -20,22 +20,15 @@
2020
"version": "npm run test && npm run lint && git add -A src",
2121
"postversion": "git push && git push --tags"
2222
},
23-
"keywords": [
24-
"material design",
25-
"icons",
26-
"react"
27-
],
23+
"keywords": ["material design", "icons", "react"],
2824
"private": false,
2925
"author": "AboutBits",
3026
"license": "MIT",
3127
"repository": {
3228
"type": "git",
3329
"url": "git+https://github.com/aboutbits/react-material-icons"
3430
},
35-
"files": [
36-
"readme.md",
37-
"dist/**/*"
38-
],
31+
"files": ["readme.md", "dist/**/*"],
3932
"publishConfig": {
4033
"access": "public"
4134
},

0 commit comments

Comments
 (0)