-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix for local storage - thanks @danfoley - Default to formatted numbers - e.g. 1K rather than 1000
- Loading branch information
Sam Potts
committed
Oct 2, 2017
1 parent
e997cc9
commit 788e2c0
Showing
5 changed files
with
17 additions
and
18 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"name": "shr", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Simple, customizable sharing buttons", | ||
"homepage": "http://shr.one", | ||
"main": "gulpfile.js", | ||
|
@@ -27,20 +27,11 @@ | |
"scripts": { | ||
"preinstall": "npm install -g gulp" | ||
}, | ||
"keywords": [ | ||
"Facebook", | ||
"Twitter", | ||
"Pinterest", | ||
"Google Plus", | ||
"Sharing", | ||
"Share buttons" | ||
], | ||
"keywords": ["Facebook", "Twitter", "Pinterest", "Google Plus", "Sharing", "Share buttons"], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/sampotts/shr.git" | ||
}, | ||
"authors": [ | ||
"Sam Potts <[email protected]>" | ||
], | ||
"authors": ["Sam Potts <[email protected]>"], | ||
"license": "MIT" | ||
} |
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