Skip to content

Commit cf3a07f

Browse files
author
Akos Kitta
committed
fix(build): made protoc optional
it's unavailable on macOS arm64 (YePpHa/node-protoc#9) and the API generation is a manual process: 0942ef6 Signed-off-by: Akos Kitta <[email protected]>
1 parent 650e202 commit cf3a07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: arduino-ide-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@
123123
"mockdate": "^3.0.5",
124124
"moment": "^2.24.0",
125125
"ncp": "^2.0.0",
126-
"protoc": "^1.0.4",
127126
"shelljs": "^0.8.3",
128127
"uuid": "^3.2.1",
129128
"yargs": "^11.1.0"
130129
},
131130
"optionalDependencies": {
132-
"grpc-tools": "^1.9.0"
131+
"grpc-tools": "^1.9.0",
132+
"protoc": "^1.0.4"
133133
},
134134
"mocha": {
135135
"require": [

0 commit comments

Comments
 (0)