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

Commit

Permalink
chor: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lini committed Feb 15, 2018
1 parent 5211e93 commit e865951
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "1.0.0",
"version": "1.1.0",
"nativescript": {
"id": "org.nativescript.ppTest",
"tns-ios": {
Expand All @@ -16,7 +16,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"nativescript-push-notifications": "../publish/package/nativescript-push-notifications-1.0.0.tgz",
"nativescript-push-notifications": "../publish/package/nativescript-push-notifications-1.1.0.tgz",
"nativescript-theme-core": "^1.0.4",
"tns-core-modules": "^3.3.0"
},
Expand All @@ -39,7 +39,8 @@
"webpack": "~3.10.0",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-sources": "~1.1.0",
"css-loader": "~0.28.7"
"css-loader": "~0.28.7",
"uglifyjs-webpack-plugin": "~1.1.6"
},
"scripts": {
"build.plugin": "cd ../src && npm run build",
Expand Down

0 comments on commit e865951

Please sign in to comment.