Updated version constraint for concat-cli because the previously-specified version wouldn't work.

This commit is contained in:
Dan Bettles 2016-03-08 08:47:17 +00:00
parent 6a6db42e10
commit 3c53077dfe

View File

@ -36,7 +36,7 @@
"php-date-formatter": ">= 1.3.3"
},
"devDependencies": {
"concat-cli": "^1.0.1",
"concat-cli": "~4.0",
"uglifyjs": "^2.4.10"
}
}