mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fix react-runtime main field (#19193)
The "main" field in this package points to a non-existent file. This fixes it.
This commit is contained in:
committed by
GitHub
parent
ed94600fc6
commit
7d0e4150aa
@@ -17,7 +17,7 @@
|
||||
"cjs/",
|
||||
"umd/"
|
||||
],
|
||||
"main": "index.js",
|
||||
"main": "runtime.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react.git",
|
||||
|
||||
Reference in New Issue
Block a user