Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Oct 12, 2015
1 parent 2a2cc04 commit 43b3c8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jquery": "*"
},
"devDependencies": {
"qunit": "^1.18.0",
"qunit": "^1.19.0",
"jquery": "jquery#^1.11.3",
"jquery2": "jquery#^2.1.4",
"zepto": "^1.1.6"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"jquery": "*"
},
"devDependencies": {
"bower": "^1.4.1",
"bower": "^1.5.3",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-browser-sync": "^2.1.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "3.0.0",
"grunt-githooks": "^0.3.1",
"grunt-jscs": "^1.8.0"
"grunt-jscs": "^2.1.0"
},
"scripts": {
"start": "npm install && ./node_modules/.bin/bower install && ./node_modules/.bin/grunt githooks",
Expand Down

0 comments on commit 43b3c8c

Please sign in to comment.