latest-protoc-binary 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "latest-protoc-binary",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.3",
|
4
4
|
"description": "Dovnload latest Protocol Compiler (protoc) pre-built binary from https://github.com/protocolbuffers/protobuf/releases.",
|
5
5
|
"main": "index.mjs",
|
6
6
|
"bin": {
|
@@ -11,6 +11,10 @@
|
|
11
11
|
"postinstall": "node ./index.mjs",
|
12
12
|
"prepack": "rm -rf bin && mkdir bin && touch bin/protoc"
|
13
13
|
},
|
14
|
+
"repository": {
|
15
|
+
"type": "git",
|
16
|
+
"url": "git+https://github.com/kzolti/latest-protoc-binary.git"
|
17
|
+
},
|
14
18
|
"keywords": [
|
15
19
|
"Protocol Compiler",
|
16
20
|
"protoc",
|