Skip to content

Commit 62f1836

Browse files
committed
build: move node-gyp to an optional dependency
1 parent a0a7caa commit 62f1836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,14 @@
9999
"debug": "^2.6.9",
100100
"glob": "^7.0.5",
101101
"minimist": "^1.2.0",
102-
"node-gyp": "^6.1.0",
103102
"readable-stream": "^2.1.4",
104103
"resolve": "^1.1.7",
105104
"vdom-to-html": "^2.3.0",
106105
"virtual-dom": "^2.1.1"
107106
},
107+
"optionalDependencies": {
108+
"node-gyp": "^9.3.1"
109+
},
108110
"devDependencies": {
109111
"0x": "^4.10.2",
110112
"@commitlint/cli": "^17.4.4",

0 commit comments

Comments
 (0)