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

Commit 4e73ae0

Browse files
committed
Dependency update + small jshint fix
1 parent a37df7d commit 4e73ae0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"supernew": true,
1818
"globals": {
1919
"_": true,
20-
"jQuery": true
20+
"jQuery": true,
21+
"svg4everybody": true
2122
}
2223
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"main": "gulpfile.js",
2626
"private": true,
2727
"devDependencies": {
28-
"browser-sync": "^2.13.0",
28+
"browser-sync": "^2.14.0",
2929
"del": "^2.2.1",
3030
"gulp": "^3.9.1",
3131
"gulp-changed": "^1.3.1",
@@ -39,7 +39,7 @@
3939
"gulp-ruby-sass": "^2.0.6",
4040
"gulp-sass": "^2.3.2",
4141
"gulp-sourcemaps": "^1.6.0",
42-
"gulp-uglify": "^1.5.4",
42+
"gulp-uglify": "^2.0.0",
4343
"gulp-util": "^3.0.7",
4444
"html5-history-api": "^4.2.5",
4545
"merge-stream": "^1.0.0",

0 commit comments

Comments
 (0)