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:
Christoph Nakazawa
2020-06-25 17:17:42 +01:00
committed by GitHub
parent ed94600fc6
commit 7d0e4150aa

View File

@@ -17,7 +17,7 @@
"cjs/",
"umd/"
],
"main": "index.js",
"main": "runtime.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",