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

This reverts commit eee75d8eed, reversing
changes made to 5e0ebadb3d.
This commit is contained in:
Greg Cobb
2016-07-18 23:28:50 -07:00
parent eee75d8eed
commit bd6ca98f9d
+2 -2
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": "~7.0.5", "glob": "~5.0.13",
"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.7.0", "shelljs": "~0.1.4",
"temp": "~0.8.1" "temp": "~0.8.1"
} }
} }