Skip to content

Commit d605e07

Browse files
authored
Don't publish .ts files to npm
Fixes #93
1 parent 4397b7e commit d605e07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"files": [
8-
"lib"
8+
"lib/**/*.js",
9+
"lib/**/*.d.ts"
910
],
1011
"scripts": {
1112
"test": "npm run test:js",

0 commit comments

Comments
 (0)