We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1786b3 commit ed98e49Copy full SHA for ed98e49
package.json
@@ -7,6 +7,10 @@
7
"homepage": "https://github.com/smolespi/session-rethinkdb-ts",
8
"main": "dist/index.js",
9
"types": "dist/index.d.ts",
10
+ "files": [
11
+ "./dist/",
12
+ "LICENSE"
13
+ ],
14
"keywords": [
15
"express",
16
"expressjs",
@@ -26,7 +30,7 @@
26
30
},
27
31
"scripts": {
28
32
"build": "tsc",
29
- "prepublish": "tsc",
33
+ "prepublishOnly": "tsc",
34
"test": "eslint . && tsc"
35
36
"dependencies": {
0 commit comments