Skip to content

Commit 082a68a

Browse files
committed
⬆️ upgrade Unidragger v2.1; use ev-emitter; v2.1.0
👕 remove .jshintrc 🍹 gulp version use \d+ 📦 remove bower.json version
1 parent 6444015 commit 082a68a

File tree

12 files changed

+164
-547
lines changed

12 files changed

+164
-547
lines changed

.jshintrc

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Install with [Bower](http://bower.io): `bower install draggabilly`
2424
Link directly to Draggabilly files on [npmcdn.com](https://npmcdn.com).
2525

2626
``` html
27-
<script src="https://npmcdn.com/draggabilly@2.0.1/dist/draggabilly.pkgd.min.js"></script>
27+
<script src="https://npmcdn.com/draggabilly@2.1/dist/draggabilly.pkgd.min.js"></script>
2828
<!-- or -->
29-
<script src="https://npmcdn.com/draggabilly@2.0.1/dist/draggabilly.pkgd.js"></script>
29+
<script src="https://npmcdn.com/draggabilly@2.1/dist/draggabilly.pkgd.js"></script>
3030
```
3131

3232
## Usage

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "draggabilly",
33
"main": "draggabilly.js",
4-
"version": "2.0.1",
54
"description": "make that shiz draggable",
65
"dependencies": {
76
"get-size": "~2.0.2",
8-
"unidragger": "~2.0.0"
7+
"unidragger": "~2.1.0"
98
},
109
"devDependencies": {
1110
"qunit": "~1.20",

0 commit comments

Comments
 (0)