Skip to content
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

[WIP] Add requestIdleCallback polyfill package #12253

Closed
wants to merge 14 commits into from
6 changes: 1 addition & 5 deletions packages/request-idle-callback-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
"homepage": "https://facebook.github.io/react/",
"bugs": "https://github.com/facebook/react/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"index.js"
],
"files": ["LICENSE", "README.md", "index.js", "cjs/"],
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it ok to format package.json?

"main": "index.js",
"repository": "facebook/react",
"dependencies": {
Expand Down