mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
71399d0891
Summary: Changelog: [General][Changed] - renamed react-native/polyfills -> react-native/js-polyfills and align with other packages versions (0.72.0) as a part of migration to monorepo Reviewed By: motiz88 Differential Revision: D41553157 fbshipit-source-id: eef70c8e7639080acdeb6716d1a915760a85458a
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"name": "@react-native/js-polyfills",
|
|
"version": "0.72.0",
|
|
"description": "Polyfills for React Native.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/polyfills"
|
|
},
|
|
"license": "MIT"
|
|
}
|