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

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weibel <michael.weibel@gmail.com>2014-01-17 16:31:18 +0400
committerMichael Weibel <michael.weibel@gmail.com>2014-01-17 16:31:18 +0400
commit5620dd9c0013684832b7723e82cd83fd9c0b5e60 (patch)
treef0372c94553b1408ad90c4e00c3615604fc836cf /package.json
parent039606485af7c1ef9ba44b8e803dc2cb865a11f4 (diff)
Update dev deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 2457b7d..7a6f403 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
},
"homepage": "http://candy-chat.github.io/candy/",
"devDependencies": {
- "jshint-stylish": "~0.1.4",
+ "jshint-stylish": "~0.1.5",
"grunt-contrib-jshint": "~0.7.2",
"grunt": "~0.4.2",
"grunt-sync-pkg": "~0.1.2",
@@ -49,6 +49,6 @@
"grunt-natural-docs": "~0.1.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-mkdir": "~0.1.1",
- "grunt-notify": "~0.2.16"
+ "grunt-notify": "~0.2.17"
}
}