Update devDependencies and fix issues from this

- Point to npm released version of jasmine node runner
This commit is contained in:
Chris Amavisca
2016-07-19 19:01:14 -07:00
parent 99aa2247b6
commit 15f92b226c
5 changed files with 1124 additions and 1124 deletions

View File

@@ -13,22 +13,22 @@
"bdd"
],
"scripts": {
"test": "./node_modules/.bin/grunt jshint execSpecsInNode"
"test": "grunt jshint execSpecsInNode"
},
"description": "Official packaging of Jasmine's core files for use by Node.js projects.",
"homepage": "http://jasmine.github.io",
"main": "./lib/jasmine-core.js",
"devDependencies": {
"glob": "~5.0.13",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.0",
"jasmine": "git://github.com/jasmine/jasmine-npm.git",
"glob": "~7.0.5",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"jasmine": "^2.4.0",
"load-grunt-tasks": "^0.4.0",
"shelljs": "~0.1.4",
"shelljs": "^0.7.0",
"temp": "~0.8.1"
}
}