Skip to content

Commit 8ab9cdd

Browse files
committed
package.json: specify the files to include in npm
1 parent af8ce64 commit 8ab9cdd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "3.0.12",
44
"description": "Nodejs bindings for LambdaTest Tunnel",
55
"main": "index.js",
6+
"files": [
7+
"lib",
8+
"index.d.ts",
9+
"index.js"
10+
],
611
"repository": {
712
"type": "git",
813
"url": "git+https://github.com/LambdaTest/node-tunnel.git"

0 commit comments

Comments
 (0)