Skip to content

Commit

Permalink
Update for grunt 0.4 rc5/rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jan 19, 2013
1 parent fb2da55 commit 67f9c3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Gruntfile.js
Expand Up @@ -93,7 +93,10 @@ module.exports = function(grunt) {

mocha: {
aura: {
src: ['http://localhost:' + port + "/spec/index.html"]
options: {

urls: ['http://localhost:' + port + "/spec/index.html"]
}
}
},

Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -9,13 +9,13 @@
"grunt": "~0.4",
"grunt-cli": "~0.1",
"grunt-lib-phantomjs": "~0.1",
"grunt-contrib-clean" : "~0.1",
"grunt-contrib-watch" : "~0.1",
"grunt-contrib-connect": "~0.1",
"grunt-contrib-clean" : "~0.4.0rc6",
"grunt-contrib-watch" : "~0.2.0rc5",
"grunt-contrib-connect": "~0.1.1rc6",
"grunt-contrib-requirejs" : "~0.3",
"grunt-contrib-jshint": "~0.1",
"grunt-contrib-jshint": "~0.1.1rc6",
"grunt-bower-task": "*",
"grunt-mocha": "~0.2",
"grunt-mocha": "https://github.com/tony/grunt-mocha/archive/gruntv0.4.0-urls.tar.gz",
"grunt-dox": "*",
"mocha-phantomjs": "*"
}
Expand Down

0 comments on commit 67f9c3a

Please sign in to comment.