Skip to content

Commit

Permalink
refactor(rn): cleanup rn-flutter/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
p-mazhnik committed Jul 16, 2023
1 parent 1121b54 commit 325e3a7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions rn-flutter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@
"ios-rn",
"FlutterModuleRn.podspec"
],
"scripts": {
"android:build": "flutter build aar",
"ios:build": "flutter build ios-framework --cocoapods --no-profile && yarn ios:zip",
"ios:zip": "cd ./build/ios/framework && mv Release/Flutter.podspec . && zip -rm Debug.zip Debug && zip -rm Release.zip Release",
"web:build": "flutter build web --base-href /flutter/",
"test": "flutter test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/p-mazhnik/rn-package-flutter.git",
"baseUrl": "https://github.com/p-mazhnik/rn-package-flutter/flutter_module_rn"
"baseUrl": "https://github.com/p-mazhnik/rn-package-flutter/rn-flutter"
},
"homepage": "https://github.com/p-mazhnik/rn-package-flutter/flutter_module_rn",
"homepage": "https://github.com/p-mazhnik/rn-package-flutter/rn-flutter",
"keywords": [
"react-native"
],
Expand Down

0 comments on commit 325e3a7

Please sign in to comment.