Skip to content

Commit 035dd3a

Browse files
committed
Add typings.d.ts to files in package.json
1 parent 17f558c commit 035dd3a

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
@@ -8,7 +8,8 @@
88
"node": ">=8"
99
},
1010
"files": [
11-
"index.js"
11+
"index.js",
12+
"typings.d.ts"
1213
],
1314
"scripts": {
1415
"prepublish": "npm run test",

0 commit comments

Comments
 (0)