Skip to content

Commit c11dbb1

Browse files
authored
Only publish the required files
Details: https://docs.npmjs.com/files/package.json#files
1 parent eafb7ac commit c11dbb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
"chai": "^4.1.1",
3131
"istanbul": "^0.4.5",
3232
"mocha": "^3.5.0"
33-
}
33+
},
34+
"files": [
35+
"index.js",
36+
"index.d.ts"
37+
]
3438
}

0 commit comments

Comments
 (0)