mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
42272211e4
Summary: Time to release a new version of the Gradle plugin and bump it to 0.0.5 This version includes a deprecation of `reactRoot` and a warning message to migrate to `root`/`reactNativeDir`. Changelog: [Android] [Changed] - Release react-native-gradle-plugin 0.0.5 Reviewed By: ShikaSD Differential Revision: D34339272 fbshipit-source-id: c03495bda7c4185d674761e58a94fde8612f2941
31 lines
744 B
JSON
31 lines
744 B
JSON
{
|
|
"name": "react-native-gradle-plugin",
|
|
"version": "0.0.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": {
|
|
"react-native-codegen": "*"
|
|
},
|
|
"devDependencies": {}
|
|
}
|