Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 13, 2015
1 parent 3a95d72 commit da91838
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions lib/configwriter.js
Expand Up @@ -6,10 +6,10 @@ var _ = require('lodash');
var deepMerge = function (origCfg, cfg) {
var outCfg = origCfg;

// If the newly generated part is already in the config file
// with the same destination update only the source part, instead of add the whole block again.
// This way the same targets wont be regenerated multiple times if usemin is called
// multiple times which can happen with grunt-watcher spawn:false mode (#307)
// If the newly generated part is already in the config file
// with the same destination update only the source part, instead of add the whole block again.
// This way the same targets wont be regenerated multiple times if usemin is called
// multiple times which can happen with grunt-watcher spawn:false mode (#307)

if (origCfg.files && cfg.files) {
var done = false;
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -25,17 +25,17 @@
},
"dependencies": {
"chalk": "^1.0.0",
"debug": "^2.1.1",
"lodash": "^3.3.1"
"debug": "^2.1.3",
"lodash": "^3.6.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-jscs": "^1.5.0",
"grunt-mocha-cli": "^1.12.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-jscs": "^1.6.0",
"grunt-mocha-cli": "^1.13.0",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8"
"rimraf": "^2.3.2"
},
"peerDependencies": {
"grunt": ">=0.4.0"
Expand Down

0 comments on commit da91838

Please sign in to comment.