-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update npm distribution #36
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/badgen/badgen-icons/8ndrhdn2f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for refactoring!
Just one thing, the preview page is broken. IIRC index.js
is for the preview page.
Sorry, I missed that one 🤦 |
Add homepage & bugs url, add `files` prop. Sort keys using `sort-package-json` CLI.
return exportFromString(await res.text()) | ||
}) | ||
} | ||
const fetchJSON = (url, init) => fetch(url, init).then(resp => resp.json()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
This is really a bunch of chores to improve the development experience and distribution packaging.