Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
google plus provider name is google
Browse files Browse the repository at this point in the history
  • Loading branch information
45kb committed Aug 27, 2016
1 parent 1fa880c commit cae9efb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-socialshare",
"version": "2.2.4",
"version": "2.2.5",
"description": "A social media url and content share module for angularjs.",
"authors": [
"Filippo Oretti <[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions dist/angular-socialshare.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* angular-socialshare
* 2.2.4
* 2.2.5
*
* A social media url and content share module for angularjs.
* http://720kb.githb.io/angular-socialshare
*
* MIT license
* Thu Aug 04 2016
* Sat Aug 27 2016
*/
/*global angular*/
/*eslint no-loop-func:0, func-names:0*/
Expand Down Expand Up @@ -848,7 +848,7 @@
this.diggShare($window, serviceShareConf.attrs);
break;
}
case 'google+': {
case 'google': {
this.googleShare($window, serviceShareConf.attrs);
break;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-socialshare.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/angular-socialshare.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/angular-socialshare.js
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
this.diggShare($window, serviceShareConf.attrs);
break;
}
case 'google+': {
case 'google': {
this.googleShare($window, serviceShareConf.attrs);
break;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-socialshare",
"version": "2.2.4",
"version": "2.2.5",
"description": "A social media url and content share module for angularjs.",
"homepage": "http://720kb.githb.io/angular-socialshare",
"keywords": [
Expand Down

0 comments on commit cae9efb

Please sign in to comment.