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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-11-12 10:03:02 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-12 10:13:46 +0300
commit47283e703b53d23ddc1760b42c6807a9b0d9a413 (patch)
tree64d95d61622cca7d627ad70c9d6c976807c79887 /package.json
parentc04aa41ee2744b769be38526bbdef11e5be9421b (diff)
Update devDependencies.
Downgrade grunt-contrib-uglify to fix the comments issue. [sauce skip]
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 2185965df1..ad2f368650 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"license": "MIT",
"devDependencies": {
"btoa": "~1.1.2",
- "glob": "~5.0.14",
+ "glob": "~6.0.1",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~3.0.3",
"grunt-contrib-clean": "~0.6.0",
@@ -42,15 +42,15 @@
"grunt-contrib-htmlmin": "~0.6.0",
"grunt-contrib-jade": "~0.15.0",
"grunt-contrib-jshint": "~0.11.2",
- "grunt-contrib-less": "~1.0.1",
+ "grunt-contrib-less": "~1.1.0",
"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.1.0",
"grunt-exec": "~0.4.6",
"grunt-html": "~5.0.1",
"grunt-jekyll": "~0.4.2",
- "grunt-jscs": "~2.2.0",
+ "grunt-jscs": "~2.3.0",
"grunt-saucelabs": "~8.6.1",
"grunt-sed": "twbs/grunt-sed#v0.2.0",
"load-grunt-tasks": "~3.3.0",