|
|
@@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "lesspass-mobile", |
|
|
|
"version": "9.2.0", |
|
|
|
"version": "9.2.1", |
|
|
|
"description": "LessPass mobile application", |
|
|
|
"license": "(MPL-2.0 OR GPL-3.0)", |
|
|
|
"author": "Guillaume Vincent <guillaume@oslab.fr>", |
|
|
@@ -8,6 +8,7 @@ |
|
|
|
"android": "react-native run-android", |
|
|
|
"log:android": "react-native log-android", |
|
|
|
"clean:android": "cd android && ./gradlew clean && cd ../", |
|
|
|
"test:android-release": "react-native run-android --variant=release", |
|
|
|
"ios": "react-native run-ios", |
|
|
|
"log:ios": "react-native log-ios", |
|
|
|
"clean:ios": "cd ios && xcodebuild clean && cd ../", |
|
|
|