Skip to content

Commit

Permalink
Version 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
illuusio committed May 16, 2018
1 parent bfa8e66 commit f6763a2
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 121 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ jScrollPane is a [jQuery](http://www.jquery.com/) plugin which allows you to rep

To see a bunch of examples of jScrollPane in action please visit the [jScrollPane website](http://jscrollpane.kelvinluck.com/). All of the code for the website is available from this repository so please feel free to download and use it!

# How to get it

## CND
Up-to-date CND version is kindly provided by: [CNDJS jScrollPane](https://cdnjs.com/libraries/jScrollPane)

## NPM
Up-to-date Node version [jScrollPane](https://www.npmjs.com/package/jscrollpane) is also available from NPM.

## Issues

Please feel free to make Bug reports against project but if you are making Issue in this project please read below.
Expand Down
204 changes: 90 additions & 114 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscrollpane",
"version": "2.2.0-rc.1",
"version": "2.2.0",
"description": "jScrollPane - cross browser custom scroll bars",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,6 +29,6 @@
"grunt-cli": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "^1.0.1"
"grunt-contrib-watch": "^1.1.0"
}
}
Loading

0 comments on commit f6763a2

Please sign in to comment.