Skip to content

Commit f5ce2ca

Browse files
committed
fix: include typings in npm files
1 parent 7b0441c commit f5ce2ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"uglifyjs": "^2.4.11"
2020
},
2121
"files": [
22-
"index.js"
22+
"index.js",
23+
"index.d.ts"
2324
],
2425
"homepage": "https://github.com/DylanPiercey/receptacle",
2526
"keywords": [

0 commit comments

Comments
 (0)