Skip to content

Commit f457bba

Browse files
Add types to files in package.json
1 parent f157fbb commit f457bba

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
@@ -6,7 +6,8 @@
66
"author": "Uphold",
77
"main": "src/index.js",
88
"files": [
9-
"src"
9+
"src",
10+
"types"
1011
],
1112
"types": "types/index.d.ts",
1213
"scripts": {

0 commit comments

Comments
 (0)