Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Dec 5, 2017
1 parent eba7734 commit ecedab3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "phonegap-plugin-push",
"description": "Register and receive push notifications.",
"types": "./types/index.d.ts",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "http://github.com/phonegap/phonegap-plugin-push#readme",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,12 @@
},
"cordova": {
"id": "phonegap-plugin-push",
"platforms": ["ios", "android", "windows", "browser"]
"platforms": [
"ios",
"android",
"windows",
"browser"
]
},
"keywords": [
"ecosystem:cordova",
Expand Down

0 comments on commit ecedab3

Please sign in to comment.