Skip to content

Commit 60e7e23

Browse files
committed
Use package.json files instead of .npmignore
1 parent 09edee5 commit 60e7e23

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Protoc gRPC web generator plugin for @accility/protoc-tools",
55
"main": "index.js",
66
"types": "index.d.ts",
7+
"files": [
8+
"index.js",
9+
"index.d.ts",
10+
"install.mjs"
11+
],
712
"scripts": {
813
"postinstall": "node ./install.mjs",
914
"test": "node ./test/index.js"

0 commit comments

Comments
 (0)