mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b0863e1239
Summary: This will publish several changes we have pending on main, specifically changes to React Native Gradle Plugin which are needed to unblock nightlies. #publish-packages-to-npm ## Changelog [INTERNAL] - Bumping all the changes we have on main Pull Request resolved: https://github.com/facebook/react-native/pull/36355 Test Plan: n/a Reviewed By: hoxyq Differential Revision: D43733634 Pulled By: cortinico fbshipit-source-id: 9c041f7557cd8e494dfc942ae89e13e55353bb48
29 lines
711 B
JSON
29 lines
711 B
JSON
{
|
|
"name": "@react-native/gradle-plugin",
|
|
"version": "0.72.5",
|
|
"description": "⚛️ Gradle Plugin for React Native",
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/react-native-gradle-plugin"
|
|
},
|
|
"scripts": {
|
|
"build": "./gradlew build",
|
|
"clean": "./gradlew clean",
|
|
"test": "./gradlew check"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"settings.gradle.kts",
|
|
"build.gradle.kts",
|
|
"gradle",
|
|
"gradlew",
|
|
"gradlew.bat",
|
|
"src/main",
|
|
"README.md"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|