Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-01-25 10:21:01 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-01-25 10:29:15 +0300
commit2b0bbd1aa00e1dbce23e06c60762121963b44d1c (patch)
treed8383466884dedc380c8a31c8aab51b680288587
parent2bebf4a850f8ecceb96913637b54896baf2c2efb (diff)
Bump devDependencies.
-rw-r--r--js/.jshintrc2
-rw-r--r--js/push.js2
-rw-r--r--package.json4
3 files changed, 4 insertions, 4 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 2eac213..12afd20 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -6,7 +6,7 @@
"expr" : true,
"forin" : true,
"freeze" : true,
- "latedef" : true,
+ "latedef" : false,
"nonbsp" : true,
"strict" : true,
"undef" : true,
diff --git a/js/push.js b/js/push.js
index 96dd476..79ea23a 100644
--- a/js/push.js
+++ b/js/push.js
@@ -26,7 +26,7 @@
var transitionMap = {
'slide-in' : 'slide-out',
'slide-out' : 'slide-in',
- fade : 'fade'
+ fade : 'fade'
};
var bars = {
diff --git a/package.json b/package.json
index fa3f3dd..0970ed7 100644
--- a/package.json
+++ b/package.json
@@ -37,13 +37,13 @@
"grunt-contrib-csslint": "~0.5.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-htmlmin": "~0.6.0",
- "grunt-contrib-jshint": "~0.11.2",
+ "grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.1.0",
"grunt-html": "~5.0.0",
"grunt-jekyll": "~0.4.2",
- "grunt-jscs": "~2.5.0",
+ "grunt-jscs": "~2.6.0",
"grunt-sass": "~1.1.0",
"grunt-sed": "twbs/grunt-sed#v0.2.0",
"load-grunt-tasks": "~3.4.0",