-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinterest and tumblr #30
Conversation
…er sharing. Also, updated package.json and demo index.html file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prateekrastogi Thanks!
Plz, see my comments
README.md
Outdated
### `tumblr(options)` | ||
|
||
Share on Tumblr | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attach a link to the documentation, please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attached link to documentation of both in this push
README.md
Outdated
### `pinterest(options)` | ||
|
||
Share on Pinterest | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
attach a link to the documentation, please
package.json
Outdated
@@ -16,7 +16,7 @@ | |||
"main": "dist/vanilla-sharing.umd.js", | |||
"module": "dist/vanilla-sharing.esm.js", | |||
"scripts": { | |||
"precommit": "lint-staged", | |||
"precommit": "npm run lint --", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At first, when i was trying to make my first commit on windows machine, npm was showing an error with change as suggested fix. The issue persisted on two different windows machine at home and work. So, I changed it. Now, I am unable to reproduce the error. So, reverted to lint-staged.
@prateekrastogi Thanks! I released it. |
@avdeev Thanks. Just added the dependency in my project 😁 |
Added pinterest and tumblr.
Also, added hashtag field in twitter, and title field in reddit.