Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"files": [
"build/*.js",
"src/**/*.js",
"dist/index.cjs"
"dist/index.umd.cjs"
Copy link
Contributor

Choose a reason for hiding this comment

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

any reason we're shipping a umd file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was a UMD file pre-vite.

And we target this is because of the browser usage of this library (where we detect the framework during the 'import project' part of adding/creating a new site in the Netlify UI)

],
"scripts": {
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
Expand Down