Skip to content

Commit

Permalink
depend to new version of component
Browse files Browse the repository at this point in the history
travis: test on nodejs v0.9
  • Loading branch information
yaniswang committed Mar 24, 2013
1 parent 7952752 commit 829a44d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: node_js
node_js:
- 0.8
- 0.10
- 0.9
script: "grunt"
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -5,19 +5,19 @@
"main": "./index",
"dependencies": {},
"devDependencies": {
"grunt-cli": "*",
"grunt": "~0.4.0rc7",
"grunt-contrib-clean": "~0.4.0rc6",
"grunt-contrib-concat": "~0.1.2rc6",
"grunt-contrib-uglify": "~0.1.1rc6",
"grunt-contrib-watch": "~0.2.0",
"grunt-cli": "~0.1.6",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-replace": "~0.4.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-mocha-hack": "0.0.4",
"grunt-exec": "~0.4.0",
"mocha": "*",
"mocha": "~1.8.2",
"expect.js": "~0.2.0",
"jscover": "*"
"jscover": "~0.2.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 829a44d

Please sign in to comment.