0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

deps: grunt@1.0.1 + related updates

- Gets all grunt dependencies in line with the
  grunt 1.0 release.
- deps: grunt-cli@1.2.0.
- deps: grunt-bg-shell@2.3.3.
- deps: grunt-contrib-clean@1.0.0.
- deps: grunt-contrib-compress@1.2.0.
- deps: grunt-contrib-copy@1.0.0.
- deps: grunt-contrib-jshint@1.0.0.
- deps: grunt-contrib-watch@1.0.0.
- deps: grunt-docker@0.0.11.
- deps: grunt-express-server@0.5.3.
- deps: grunt-jscs@2.8.0.
- deps: grunt-mocha-cli@2.1.0.
- deps: grunt-mocha-istanbul@4.0.2.
- deps: grunt-shell@1.3.0.
- deps: istanbul@0.4.3.
This commit is contained in:
Jason Williams 2016-04-06 15:07:55 -05:00
parent d085c827ca
commit 7a8c064c42
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",