Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 99c6647

Browse files
committed
Changed package.json files wildcard from dist/**/*.js to dist/**/* to also include .ts and .map files in package
1 parent 3dd0ffb commit 99c6647

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)