From 83e70e6986f99cacca1bc2b9b59a8ebc1f0ab3aa Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 8 Nov 2018 13:35:05 -0500 Subject: [PATCH] updates to package.json I'm having an issue installing the plugin and I'm hoping this is the issue, that the package.json hasn't been updated. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index da4beda..003bebc 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "twitter-connect-plugin", + "name": "twitterkit3-plugin", "version": "0.6.0", - "description": "Twitter Connect Plugin - Allows single-sign on logins using Twitter", + "description": "twitterkit3-plugin - Allows single-sign on logins using Twitter", "cordova": { - "id": "twitter-connect-plugin", + "id": "twitterkit3-plugin", "platforms": [ "android", "ios" @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ManifestWebDesign/twitter-connect-plugin.git" + "url": "git+https://github.com/chroa/twitterkit3-plugin.git" }, "keywords": [ "cordova", @@ -31,7 +31,7 @@ "author": "Nathan Kerr", "license": "Apache 2.0", "bugs": { - "url": "https://github.com/ManifestWebDesign/twitter-connect-plugin/issues" + "url": "https://github.com/chroa/twitterkit3-plugin/issues" }, - "homepage": "https://github.com/ManifestWebDesign/twitter-connect-plugin#readme" + "homepage": "https://github.com/chroa/twitterkit3-plugin#readme" }