Update package.json and remove node engine limit.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"author": "HotaruBlaze",
|
"author": "HotaruBlaze",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:github/Fluttershub.git"
|
"url": "git@github.com:Fluttershub/Homepage.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinit": "npx npm-force-resolutions",
|
"preinit": "npx npm-force-resolutions",
|
||||||
@@ -21,9 +21,6 @@
|
|||||||
"@parcel/transformer-sass": "2.6.2",
|
"@parcel/transformer-sass": "2.6.2",
|
||||||
"parcel": "^2.6.2"
|
"parcel": "^2.6.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": "^18.*"
|
|
||||||
},
|
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"node-forge": "0.10.0"
|
"node-forge": "0.10.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user