Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@
"url": "https://github.com/kubernetes-client/javascript.git"
},
"files": [
"dist/*.ts",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brendandburns I guess we could use these patterns as a mechanism to only include certain source maps (referring to your comment here #2249 (comment)), but as I said on the other issue, I'm not sure that's worth doing.

"dist/*.js",
"dist/gen/*.ts",
"dist/gen/*.js",
"dist/gen/**/*.ts",
"dist/gen/**/*.js",
"README.md"
"dist/**/*.ts",
"dist/**/*.js",
"dist/**/*.map"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down