Update package.json and remove node engine limit.

This commit is contained in:
2022-07-23 10:11:58 +01:00
parent 28ed9a1d2d
commit 1468fd3afb

View File

@@ -7,7 +7,7 @@
"author": "HotaruBlaze",
"repository": {
"type": "git",
"url": "git@github.com:github/Fluttershub.git"
"url": "git@github.com:Fluttershub/Homepage.git"
},
"scripts": {
"preinit": "npx npm-force-resolutions",
@@ -21,9 +21,6 @@
"@parcel/transformer-sass": "2.6.2",
"parcel": "^2.6.2"
},
"engines": {
"node": "^18.*"
},
"resolutions": {
"node-forge": "0.10.0"
},