Skip to content

Commit 2cd4b3d

Browse files
author
radeva
authored
Merge pull request #103 from NativeScript/radeva/bump-version
chore: bump version
2 parents ade8946 + 5095fe1 commit 2cd4b3d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

demo-angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"ns-bundle": "ns-bundle",
6161
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
6262
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install",
63-
"start-android-bundle": "npm run ns-bundle --android --run-app",
64-
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
65-
"build-android-bundle": "npm run ns-bundle --android --build-app",
66-
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
63+
"start-android-bundle": "npm run ns-bundle --android --run-app --uglify --snapshot",
64+
"start-ios-bundle": "npm run ns-bundle --ios --run-app --uglify",
65+
"build-android-bundle": "npm run ns-bundle --android --build-app --uglify --snapshot",
66+
"build-ios-bundle": "npm run ns-bundle --ios --build-app --uglify"
6767
}
6868
}

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"ns-bundle": "ns-bundle",
4848
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
4949
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install",
50-
"start-android-bundle": "npm run ns-bundle --android --run-app",
51-
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
52-
"build-android-bundle": "npm run ns-bundle --android --build-app",
53-
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
50+
"start-android-bundle": "npm run ns-bundle --android --run-app --uglify --snapshot",
51+
"start-ios-bundle": "npm run ns-bundle --ios --run-app --uglify",
52+
"build-android-bundle": "npm run ns-bundle --android --build-app --uglify --snapshot",
53+
"build-ios-bundle": "npm run ns-bundle --ios --build-app --uglify"
5454
}
5555
}

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-imagepicker",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A plugin for the NativeScript framework implementing multiple image picker",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)