Skip to content

Commit a4a1188

Browse files
sehropebendrucker
authored andcommitted
misc: Add explicit file list to package.json (#96)
1 parent d34bf22 commit a4a1188

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
@@ -37,6 +37,11 @@
3737
"postgres-date": "~1.0.4",
3838
"postgres-interval": "^1.1.0"
3939
},
40+
"files": [
41+
"index.js",
42+
"index.d.ts",
43+
"lib"
44+
],
4045
"engines": {
4146
"node": ">=4"
4247
}

0 commit comments

Comments
 (0)