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

Commit aecbbee

Browse files
committed
telegram share popup thanks to @EdenCore
1 parent 6e01aff commit aecbbee

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-socialshare",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "A social media url and content share directive for angularjs.",
55
"authors": [
66
"Filippo Oretti <[email protected]",

conf/tasks/minify.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
'sourceRoot': '../lib'
3434
}))
3535
.pipe(rename(function onFileRename(path) {
36-
37-
path.basename += '.min';
36+
if (path.extname !== '.map') {
37+
path.basename += '.min';
38+
}
3839
return path;
3940
}))
4041
.pipe(gulp.dest(paths.output));

dist/angular-socialshare.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
* angular-socialshare
3-
* 2.1.6
3+
* 2.1.7
44
*
55
* A social media url and content share directive for angularjs.
66
* http://720kb.githb.io/angular-socialshare
77
*
88
* MIT license
9-
* Sun May 29 2016
9+
* Tue May 31 2016
1010
*/
1111
/*
1212
* angular-socialshare

dist/angular-socialshare.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)