Skip to content

Commit 98ac1a1

Browse files
committed
added src directory into files in package.json for supporting source map
1 parent 220ed91 commit 98ac1a1

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
"prepublishOnly": "npm test && npm run prettier && npm run lint"
1919
},
2020
"files": [
21-
"dist",
21+
"dist/",
22+
"src/",
2223
"LICENSE",
2324
"README.md"
2425
],

0 commit comments

Comments
 (0)