Skip to content

Commit ca7662a

Browse files
authored
Merge pull request ethereumjs#99 from ethereumjs/fix-package-files-wildcard
Fix package.json files wildcard to include .ts and .map files
2 parents 3dd0ffb + 99c6647 commit ca7662a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
8-
"dist/**/*.js"
8+
"dist/**/*"
99
],
1010
"scripts": {
1111
"prepublishOnly": "npm run lint && npm run test && npm run build",

0 commit comments

Comments
 (0)