Skip to content

Commit 0546c59

Browse files
author
Gioele De Vitti
authored
Merge pull request #17 from aboutbits/node-18
Extend Node.js requirement to include v17 and v18
2 parents 793e64c + f146025 commit 0546c59

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@aboutbits/react-material-icons",
3-
"version": "1.1.3",
3+
"version": "1.2.3",
44
"description": "Material design icon components for React",
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)