Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jamesflorentino/nanoScrollerJS
Browse files Browse the repository at this point in the history
  • Loading branch information
bashkos committed May 1, 2015
2 parents 95231fb + b5da5ae commit eb24845
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 11 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/javascripts/jquery.nanoscroller.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/javascripts/jquery.nanoscroller.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoscroller",
"version": "0.8.6",
"version": "0.8.7",
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/NanoScroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1><img src="../assets/css/logo.png" title="jquery.nanoscroller"></h1>

</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.8.6</em>
<em>API Docs for: 0.8.7</em>
</div>
</div>
<div id="bd" class="yui3-g">
Expand Down
2 changes: 1 addition & 1 deletion docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": {
"name": "jquery.nanoscroller",
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
"version": "0.8.6",
"version": "0.8.7",
"url": "http://jamesflorentino.github.com/nanoScrollerJS/"
},
"files": {
Expand Down
4 changes: 2 additions & 2 deletions docs/files/bin_javascripts_jquery.nanoscroller.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1><img src="../assets/css/logo.png" title="jquery.nanoscroller"></h1>

</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.8.6</em>
<em>API Docs for: 0.8.7</em>
</div>
</div>
<div id="bd" class="yui3-g">
Expand Down Expand Up @@ -86,7 +86,7 @@ <h1 class="file-heading">File: bin/javascripts/jquery.nanoscroller.js</h1>

<div class="file">
<pre class="code prettyprint linenums">
/*! nanoScrollerJS - v0.8.6 - 2015
/*! nanoScrollerJS - v0.8.7 - 2015
* http://jamesflorentino.github.com/nanoScrollerJS/
* Copyright (c) 2015 James Florentino; Licensed MIT */
(function(factory) {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1><img src="./assets/css/logo.png" title="jquery.nanoscroller"></h1>

</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.8.6</em>
<em>API Docs for: 0.8.7</em>
</div>
</div>
<div id="bd" class="yui3-g">
Expand Down
2 changes: 1 addition & 1 deletion nanoscroller.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.nanoscroller",
"title": "nanoScrollerJS",
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
"version": "0.8.6",
"version": "0.8.7",
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
"author": {
"name": "James Florentino",
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nanoscroller",
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
"version": "0.8.6",
"version": "0.8.7",
"author": "James Florentino <jamesflorentino@gmail.com> (http://blog.jamesflorentino.com/)",
"bugs": {
"url": "https://github.com/jamesflorentino/nanoScrollerJS/issues"
Expand Down Expand Up @@ -40,7 +40,12 @@
"scrollbar"
],
"license": "MIT",
"main": "javascripts/jquery.nanoscroller.js",
"main": "bin/javascripts/jquery.nanoscroller.js",
"style": "bin/css/nanoscroller.css",
"files": [
"bin/css/nanoscroller.css",
"bin/javascripts/jquery.nanoscroller.js"
],
"repository": {
"type": "git",
"url": "https://github.com/jamesflorentino/nanoScrollerJS.git"
Expand Down

0 comments on commit eb24845

Please sign in to comment.