We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09edee5 commit 60e7e23Copy full SHA for 60e7e23
.npmignore
package.json
@@ -4,6 +4,11 @@
4
"description": "Protoc gRPC web generator plugin for @accility/protoc-tools",
5
"main": "index.js",
6
"types": "index.d.ts",
7
+ "files": [
8
+ "index.js",
9
+ "index.d.ts",
10
+ "install.mjs"
11
+ ],
12
"scripts": {
13
"postinstall": "node ./install.mjs",
14
"test": "node ./test/index.js"
0 commit comments