Skip to content

Commit 02a35dc

Browse files
committed
Update package.json for npm publish and version bump
1 parent b1ceaa6 commit 02a35dc

5 files changed

Lines changed: 9 additions & 12 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "social-share-kit",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"homepage": "http://socialsharekit.com/",
55
"authors": [
66
"Kaspars Sprogis <darklow@gmail.com>"

dist/js/social-share-kit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Social Share Kit v1.0.8 (http://socialsharekit.com)
2+
* Social Share Kit v1.0.9 (http://socialsharekit.com)
33
* Copyright 2015 Social Share Kit / Kaspars Sprogis.
44
* Licensed under Creative Commons Attribution-NonCommercial 3.0 license:
55
* https://github.com/darklow/social-share-kit/blob/master/LICENSE

dist/js/social-share-kit.min.js

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

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
<!-- Bootstrap for examples page -->
1313
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
14-
<link rel="stylesheet" href="docs.css?v=1.0.8">
14+
<link rel="stylesheet" href="docs.css?v=1.0.9">
1515

1616
<!-- Social Share Kit CSS -->
17-
<link rel="stylesheet" href="../dist/css/social-share-kit.css?v=1.0.8">
17+
<link rel="stylesheet" href="../dist/css/social-share-kit.css?v=1.0.9">
1818

1919
<!-- Font Awesome icons -->
2020
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
@@ -1020,7 +1020,7 @@ <h2 id="support" class="page-header">Support</h2>
10201020

10211021

10221022
<!-- Social Share Kit JS -->
1023-
<script src="../dist/js/social-share-kit.js?v=1.0.8"></script>
1023+
<script src="../dist/js/social-share-kit.js?v=1.0.9"></script>
10241024

10251025

10261026
<script type="text/javascript">

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "social-share-kit",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Library of decent and good looking CSS/JavaScript social sharing icons, buttons and popups",
5-
"main": [
6-
"dist/js/social-share-kit.min.js",
7-
"dist/css/social-share-kit.css"
8-
],
5+
"main": "dist/js/social-share-kit.min.js",
96
"repository": {
107
"type": "git",
118
"url": "git@github.com:darklow/social-share-kit.git"

0 commit comments

Comments
 (0)