diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-24 15:57:57 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-24 15:57:57 -0400 |
| commit | a6872aedbbac30f1343650325d96158d6b149d8c (patch) | |
| tree | c3fcf69377fa7a39d41c2c6c15ec5f7c20895d78 /plugins | |
| parent | 6c69d521ce46599fe06bd111219a762f139de2ee (diff) | |
#261 - very initial code - only events screen and date formats
Former-commit-id: 39a38ba884b0d1f1875e07fb0b3ecd274bbd7e61
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/fetch.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 0546a587..029d3a7b 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -1,5 +1,5 @@ { - "phonegap-plugin-push": { + "phonegap-plugin-push": { "source": { "type": "registry", "id": "phonegap-plugin-push" @@ -140,5 +140,14 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-plugin-globalization": { + "source": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} } -} +}
\ No newline at end of file |
