Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Dependency update + small jshint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xsynaptic committed Aug 2, 2016
1 parent a37df7d commit 4e73ae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"supernew": true,
"globals": {
"_": true,
"jQuery": true
"jQuery": true,
"svg4everybody": true
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"main": "gulpfile.js",
"private": true,
"devDependencies": {
"browser-sync": "^2.13.0",
"browser-sync": "^2.14.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.1",
Expand All @@ -39,7 +39,7 @@
"gulp-ruby-sass": "^2.0.6",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"html5-history-api": "^4.2.5",
"merge-stream": "^1.0.0",
Expand Down

0 comments on commit 4e73ae0

Please sign in to comment.