Skip to content

Commit

Permalink
other: Added node-gyp to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jul 10, 2024
1 parent bbfc19f commit b01939a
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
"@types/node-fetch": "2.6.11",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"node-gyp": "10.2.0",
"parcel-resolver-ignore": "2.2.0",
"any-promise": "1.3.0",
"extract-zip": "2.0.1",
"ejs": "3.1.8",
"eslint": "8.17.0",
"follow-redirects": "1.15.5",
"js-yaml": "4.1.0",
"json-schema": "0.4.0",
"lru-cache": "7.12.0",
Expand Down Expand Up @@ -128,6 +128,7 @@
"classes/.+"
],
"overrides": {
"@parcel/watcher": "2.1.0"
"@parcel/watcher": "2.1.0",
"follow-redirects": "1.15.6"
}
}
Loading

0 comments on commit b01939a

Please sign in to comment.