Skip to content

Commit e4a9a3b

Browse files
mjmasnmmazzarolo
authored andcommitted
fix: Update files array in package.json to work with new dist directory (#367)
fix: Update files array in package.json to work with new dist directory
1 parent b440778 commit e4a9a3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
8-
"src/",
9-
"typings/"
8+
"dist/"
109
],
1110
"scripts": {
1211
"lint": "eslint \"src/**/*.{ts, tsx}\"",

0 commit comments

Comments
 (0)