Skip to content

Commit

Permalink
👷 build v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Mar 27, 2018
1 parent ad465d6 commit 8c24004
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 214 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
components/
bower_components/
node_modules/
build/
Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "draggabilly",
"main": "draggabilly.js",
"description": "make that shiz draggable",
"main": "draggabilly.js",
"dependencies": {
"get-size": "~2.0.2",
"get-size": "^2.0.2",
"unidragger": "^2.3.0"
},
"devDependencies": {
"qunit": "~1.20",
"jquery-bridget": "~2.0.0"
"qunit": "^2.5.1",
"jquery-bridget": "^2.0.0"
},
"homepage": "https://draggabilly.desandro.com",
"authors": [
Expand Down
Loading

0 comments on commit 8c24004

Please sign in to comment.