Merge pull request #1151 from amavisca/update-dev-dependencies

Upgrade devDependencies glob and shelljs
This commit is contained in:
Greg Cobb
2016-07-18 23:00:34 -07:00
committed by GitHub

View File

@@ -19,7 +19,7 @@
"homepage": "http://jasmine.github.io", "homepage": "http://jasmine.github.io",
"main": "./lib/jasmine-core.js", "main": "./lib/jasmine-core.js",
"devDependencies": { "devDependencies": {
"glob": "~5.0.13", "glob": "~7.0.5",
"grunt": "~0.4.1", "grunt": "~0.4.1",
"grunt-cli": "^0.1.13", "grunt-cli": "^0.1.13",
"grunt-contrib-compass": "~0.6.0", "grunt-contrib-compass": "~0.6.0",
@@ -28,7 +28,7 @@
"grunt-contrib-jshint": "~0.7.0", "grunt-contrib-jshint": "~0.7.0",
"jasmine": "git://github.com/jasmine/jasmine-npm.git", "jasmine": "git://github.com/jasmine/jasmine-npm.git",
"load-grunt-tasks": "^0.4.0", "load-grunt-tasks": "^0.4.0",
"shelljs": "~0.1.4", "shelljs": "^0.7.0",
"temp": "~0.8.1" "temp": "~0.8.1"
} }
} }