Skip to content

Commit cf8ede9

Browse files
Merge pull request #4 from gleanwork/fix-publish
fix: Fixes file paths in package.json to ensure we're publishing the correct contents
2 parents b1da939 + c613eb3 commit cf8ede9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
},
2020
"main": "./build/index.js",
2121
"files": [
22-
"build/lib/**/*",
23-
"build/index.*",
24-
"build/types/**/*"
22+
"build/common/**/*",
23+
"build/tools/**/*",
24+
"build/types/**/*",
25+
"build/index.*"
2526
],
2627
"scripts": {
2728
"build": "rimraf build && tsc",

0 commit comments

Comments
 (0)