chrome-web-share
Advanced tools
Comparing version 0.0.1-rc.7 to 0.0.1-rc.8
{ | ||
"name": "chrome-web-share", | ||
"version": "0.0.1-rc.7", | ||
"version": "0.0.1-rc.8", | ||
"description": "A lightweight React Share Button for mobile web with web share api integration, native intent support and fallback", | ||
@@ -36,8 +36,8 @@ "main": "dist/index.js", | ||
], | ||
"author": "Chetan Garg", | ||
"author": "Martin Wheeler", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/housinghq/react-mobile-share-btn/issues" | ||
"url": "https://github.com/martinwheeler/chrome-web-share/issues" | ||
}, | ||
"homepage": "https://github.com/housinghq/react-mobile-share-btn", | ||
"homepage": "https://github.com/martinwheeler/chrome-web-share", | ||
"devDependencies": { | ||
@@ -44,0 +44,0 @@ "@kadira/storybook": "^2.24.0", |
@@ -29,3 +29,3 @@ # chrome-web-share | ||
shareUrl={url} | ||
disabled={['whatsApp]] | ||
disabled={['whatsApp']] | ||
shareText={text} | ||
@@ -70,11 +70,11 @@ className='my-class-name' | ||
``` | ||
git clone https://github.com/housinghq/react-share-button | ||
cd react-share-button | ||
npm install | ||
npm run storybook | ||
git clone https://github.com/martinwheeler/chrome-web-share | ||
cd chrome-web-share | ||
yarn install | ||
yarn storybook | ||
``` | ||
Open an issue before opening a PR. The UI in this package is for mobile only. | ||
Open an issue before opening a PR. | ||
### License | ||
MIT @ Loconsolutions | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
31899