Don't use Bower in the same repo anymore.

It has been separated into another repo:
https://github.com/noraesae/perfect-scrollbar-bower
master
Hyunje Alex Jun 10 years ago
parent 17aac6c8c8
commit 86a23cb74e

@ -54,6 +54,13 @@ It's cool, isn't it?
## Install
The best way to install and use perfect-scrollbar is with NPM.
It's registered on [npm](https://www.npmjs.org/package/perfect-scrollbar) as `perfect-scrollbar`.
```
$ npm install perfect-scrollbar
```
You can download the latest stable version with download links [here](http://noraesae.github.io/perfect-scrollbar/).
You also can find all releases on [Releases](https://github.com/noraesae/perfect-scrollbar/releases).
@ -69,18 +76,15 @@ $ npm install
$ gulp # will lint and build the source code.
```
You can use [Bower](http://bower.io/) to install the plugin.
The plugin is registered as `perfect-scrollbar`.
There is a Bower package for perfect-scrollbar as well. It is managed
under the [perfect-scrollbar-bower](https://github.com/noraesae/perfect-scrollbar-bower)
repository. The plugin is registered as `perfect-scrollbar`.
```
$ bower install perfect-scrollbar
```
It's registered on [npm](https://www.npmjs.org/package/perfect-scrollbar) as `perfect-scrollbar`.
```
$ npm install perfect-scrollbar
```
You can also load it from [cdnjs](http://cdnjs.com/).
It is registered as [`jquery.perfect-scrollbar`](http://www.cdnjs.com/libraries/jquery.perfect-scrollbar).

@ -1,24 +0,0 @@
{
"name": "perfect-scrollbar",
"version": "0.5.9",
"homepage": "http://noraesae.github.io/perfect-scrollbar/",
"authors": [
"Hyunje Alex Jun <me@noraesae.net>"
],
"description": "Tiny but perfect jQuery scrollbar plugin",
"main": [
"dist/css/perfect-scrollbar.css",
"dist/js/perfect-scrollbar.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.10"
}
}
Loading…
Cancel
Save