mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
11828bf529
Browserify isn't widely used, and at this point I don't think it makes sense to have a special config just for the sake of it. Let's remove it?
29 lines
577 B
JSON
29 lines
577 B
JSON
{
|
|
"name": "scheduler",
|
|
"version": "0.23.0",
|
|
"description": "Cooperative scheduler for the browser environment.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/scheduler"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://react.dev/",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"index.native.js",
|
|
"unstable_mock.js",
|
|
"unstable_post_task.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
}
|