Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neveldo committed Jun 12, 2016
1 parent 6220571 commit e4995d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@
"license": "MIT",
"ignore": [],
"dependencies": {
"raphael": ">=2.2",
"jquery": ">=3.0",
"jquery-mousewheel": ">=3.1"
"raphael": "^2.2",
"jquery": "^3.0",
"jquery-mousewheel": "^3.1"
},
"devDependencies": {
"grunt": "^1.0",
"grunt-contrib-jshint": "^1.0",
"grunt-contrib-qunit": "^1.2",
"grunt-contrib-uglify": "^0.9"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jquery-mousewheel": "^3.1"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt": "^1.0",
"grunt-contrib-jshint": "^1.0",
"grunt-contrib-qunit": "^1.2",
"grunt-contrib-uglify": "^0.9"
Expand Down

0 comments on commit e4995d8

Please sign in to comment.