0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #6747 from jaswilli/grunt

deps: grunt@1.0.1 + related updates
This commit is contained in:
Hannah Wolfe 2016-04-29 21:35:55 +01:00
commit b3facbf84f
2 changed files with 16 additions and 16 deletions

View file

@ -18,7 +18,7 @@ var _ = require('lodash'),
cwd = process.cwd().replace(/( |\(|\))/g, escapeChar + '$1'),
buildDirectory = path.resolve(cwd, '.build'),
distDirectory = path.resolve(cwd, '.dist'),
mochaPath = path.resolve(cwd + '/node_modules/grunt-mocha-cli/node_modules/mocha/bin/mocha'),
mochaPath = path.resolve(cwd + '/node_modules/.bin/mocha'),
emberPath = path.resolve(cwd + '/core/client/node_modules/.bin/ember'),
// ## Grunt configuration

View file

@ -76,23 +76,23 @@
"devDependencies": {
"bower": "1.4.1",
"csscomb": "3.1.8",
"grunt": "0.4.5",
"grunt-bg-shell": "2.3.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-compress": "0.14.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.12.0",
"grunt": "1.0.1",
"grunt-bg-shell": "2.3.3",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.2.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "0.6.1",
"grunt-docker": "0.0.10",
"grunt-express-server": "0.5.1",
"grunt-jscs": "2.7.0",
"grunt-mocha-cli": "2.0.0",
"grunt-mocha-istanbul": "3.0.1",
"grunt-shell": "1.1.2",
"grunt-contrib-watch": "1.0.0",
"grunt-docker": "0.0.11",
"grunt-express-server": "0.5.3",
"grunt-jscs": "2.8.0",
"grunt-mocha-cli": "2.1.0",
"grunt-mocha-istanbul": "4.0.2",
"grunt-shell": "1.3.0",
"grunt-update-submodules": "0.4.1",
"istanbul": "0.4.2",
"istanbul": "0.4.3",
"jscs-jsdoc": "1.3.1",
"matchdep": "1.0.0",
"mocha": "2.4.5",