Skip to content

Commit

Permalink
update README, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Sep 8, 2015
1 parent 2da8d0f commit 68c2bed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
disable scroll
===

Prevent page scrolling.
<a href="https://www.npmjs.com/package/disable-scroll" target="_blank">![](https://badge.fury.io/js/react-joyride.svg)</a> <a href="https://travis-ci.org/gilbarbara/disable-scroll" target="_blank">![](https://travis-ci.org/gilbarbara/disable-scroll.svg)</a>

**Prevent page scrolling like a boss.**
Support `scrollbar, mousewheel, touchmove, keydown` events.

## Install

```javascript
npm install --save disable-scroll
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "disable-scroll",
"version": "0.1.0",
"version": "0.2.0",
"description": "Prevent page scroll",
"author": "Gil Barbara <gilbarbara@gmail.com>",
"repository": {
Expand Down

0 comments on commit 68c2bed

Please sign in to comment.