Skip to content

Commit 715e003

Browse files
authored
Fix missing file in package (#104)
1 parent c402f6c commit 715e003

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
@@ -18,7 +18,8 @@
1818
},
1919
"files": [
2020
"index.js",
21-
"index.d.ts"
21+
"index.d.ts",
22+
"maps.js"
2223
],
2324
"keywords": [
2425
"event",

0 commit comments

Comments
 (0)