From 0e50fd213937c37467c4d25404989d30dbf2d3a7 Mon Sep 17 00:00:00 2001 From: Corentin <2089620+shajz@users.noreply.github.com> Date: Thu, 24 Oct 2019 15:53:33 +0200 Subject: [PATCH 1/4] ADD package.json file --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..157841a --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-gmaps-addons", + "version": "2.1.0", + "description": "Google Maps native SDK addons", + "repository": { + "type": "git", + "url": "git+https://github.com/LuccaSA/cordova-plugin-gmaps-addons.git" + }, + "license": "ISC", + "bugs": { + "url": "https://github.com/LuccaSA/cordova-plugin-gmaps-addons/issues" + }, + "homepage": "https://github.com/LuccaSA/cordova-plugin-gmaps-addons#readme" +} \ No newline at end of file From 8b93a802f30a4d1fae7301e16b1db1fd590b40ec Mon Sep 17 00:00:00 2001 From: Corentin <2089620+shajz@users.noreply.github.com> Date: Thu, 24 Oct 2019 17:11:20 +0200 Subject: [PATCH 2/4] ADD cordova info --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index 157841a..5f44316 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,17 @@ "name": "cordova-plugin-gmaps-addons", "version": "2.1.0", "description": "Google Maps native SDK addons", + "cordova": { + "id": "cordova-plugin-gmaps-addons", + "platforms": [ + "ios", + "android" + ] + }, + "engines": [{ + "name": "cordova", + "version": ">=3.5.0" + }], "repository": { "type": "git", "url": "git+https://github.com/LuccaSA/cordova-plugin-gmaps-addons.git" From 279b691e904737fe953d386b722f8829ed528128 Mon Sep 17 00:00:00 2001 From: Corentin <2089620+shajz@users.noreply.github.com> Date: Fri, 25 Oct 2019 18:02:38 +0200 Subject: [PATCH 3/4] REF update dependency to cocoapod --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 955740c..efdea8e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -30,7 +30,7 @@ - + From 262194cefe5a27155c6cf14917d2384b6d252447 Mon Sep 17 00:00:00 2001 From: Corentin <2089620+shajz@users.noreply.github.com> Date: Fri, 25 Oct 2019 18:03:36 +0200 Subject: [PATCH 4/4] REF update package.json engines --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5f44316..1cfd2de 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,13 @@ "android" ] }, - "engines": [{ - "name": "cordova", - "version": ">=3.5.0" - }], + "engines": { + "cordovaDependencies": { + "2.1.0": { + "cordova": ">=4.0.0" + } + } + }, "repository": { "type": "git", "url": "git+https://github.com/LuccaSA/cordova-plugin-gmaps-addons.git"