Skip to content

Commit

Permalink
⬆️ upgrade Unidragger v2.1; use ev-emitter; v2.1.0
Browse files Browse the repository at this point in the history
👕 remove .jshintrc
🍹 gulp version use \d+
📦 remove bower.json version
  • Loading branch information
desandro committed Jan 17, 2016
1 parent 6444015 commit 082a68a
Show file tree
Hide file tree
Showing 12 changed files with 164 additions and 547 deletions.
12 changes: 0 additions & 12 deletions .jshintrc

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Install with [Bower](http://bower.io): `bower install draggabilly`
Link directly to Draggabilly files on [npmcdn.com](https://npmcdn.com).

``` html
<script src="https://npmcdn.com/draggabilly@2.0.1/dist/draggabilly.pkgd.min.js"></script>
<script src="https://npmcdn.com/draggabilly@2.1/dist/draggabilly.pkgd.min.js"></script>
<!-- or -->
<script src="https://npmcdn.com/draggabilly@2.0.1/dist/draggabilly.pkgd.js"></script>
<script src="https://npmcdn.com/draggabilly@2.1/dist/draggabilly.pkgd.js"></script>
```

## Usage
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "draggabilly",
"main": "draggabilly.js",
"version": "2.0.1",
"description": "make that shiz draggable",
"dependencies": {
"get-size": "~2.0.2",
"unidragger": "~2.0.0"
"unidragger": "~2.1.0"
},
"devDependencies": {
"qunit": "~1.20",
Expand Down
Loading

0 comments on commit 082a68a

Please sign in to comment.