-
Notifications
You must be signed in to change notification settings - Fork 910
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major version bump because of ID change for npm publish
- Loading branch information
1 parent
df3eb8a
commit fb5e659
Showing
4 changed files
with
55 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
.idea | ||
*.iml | ||
package.json | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"name": "cordova-plugin-x-socialsharing", | ||
"version": "5.0.0", | ||
"description": "Share text, images (and other files), or a link via the native sharing widget of your device. Android is fully supported, as well as iOS 6 and up. WP8 has somewhat limited support.", | ||
"cordova": { | ||
"id": "cordova-plugin-x-socialsharing", | ||
"platforms": [ | ||
"ios", | ||
"android", | ||
"wp8" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git" | ||
}, | ||
"keywords": [ | ||
"Social", | ||
"Share", | ||
"Twitter", | ||
"Facebook", | ||
"Email", | ||
"SMS", | ||
"WhatsApp", | ||
"Tumblr", | ||
"Pocket", | ||
"LinkedIn", | ||
"cordova", | ||
"ecosystem:cordova", | ||
"cordova-ios", | ||
"cordova-android", | ||
"cordova-wp8" | ||
], | ||
"engines": [ | ||
{ | ||
"name": "cordova", | ||
"version": ">=3.0.0" | ||
} | ||
], | ||
"author": "Eddy Verbruggen - @EddyVerbruggen", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/issues" | ||
}, | ||
"homepage": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters