Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit e865951

Browse files
committed
chor: bump version
1 parent 5211e93 commit e865951

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

demo/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"nativescript": {
55
"id": "org.nativescript.ppTest",
66
"tns-ios": {
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"nativescript-push-notifications": "../publish/package/nativescript-push-notifications-1.0.0.tgz",
19+
"nativescript-push-notifications": "../publish/package/nativescript-push-notifications-1.1.0.tgz",
2020
"nativescript-theme-core": "^1.0.4",
2121
"tns-core-modules": "^3.3.0"
2222
},
@@ -39,7 +39,8 @@
3939
"webpack": "~3.10.0",
4040
"webpack-bundle-analyzer": "^2.8.2",
4141
"webpack-sources": "~1.1.0",
42-
"css-loader": "~0.28.7"
42+
"css-loader": "~0.28.7",
43+
"uglifyjs-webpack-plugin": "~1.1.6"
4344
},
4445
"scripts": {
4546
"build.plugin": "cd ../src && npm run build",

0 commit comments

Comments
 (0)