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", "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"
}, },