Skip to content

Commit ed98e49

Browse files
committed
update scripts and slim down npm bundle size
1 parent b1786b3 commit ed98e49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"homepage": "https://github.com/smolespi/session-rethinkdb-ts",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
10+
"files": [
11+
"./dist/",
12+
"LICENSE"
13+
],
1014
"keywords": [
1115
"express",
1216
"expressjs",
@@ -26,7 +30,7 @@
2630
},
2731
"scripts": {
2832
"build": "tsc",
29-
"prepublish": "tsc",
33+
"prepublishOnly": "tsc",
3034
"test": "eslint . && tsc"
3135
},
3236
"dependencies": {

0 commit comments

Comments
 (0)