Skip to content

Commit 770922c

Browse files
committed
Restrict the files included in the st2client NPM package to index.js and lib/
1 parent 186e7ba commit 770922c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"engine": {
3232
"node": ">=0.11.0"
3333
},
34+
"files": [
35+
"/index.js",
36+
"/lib"
37+
],
3438
"dependencies": {
3539
"axios": "^0.7.0",
3640
"eventsource": "^0.1.4",

0 commit comments

Comments
 (0)