Skip to content

Commit db3aaf1

Browse files
committed
build: explicit file list
1 parent 48a5faf commit db3aaf1

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
@@ -7,6 +7,11 @@
77
"scripts": {
88
"test": "jest --coverage && standard"
99
},
10+
"files": [
11+
"index.js",
12+
"README.md",
13+
"views/*"
14+
],
1015
"repository": "github:probot/adapter-google-cloud-functions",
1116
"devDependencies": {
1217
"jest": "^29.2.2",

0 commit comments

Comments
 (0)