upgrade grunt connect

This commit is contained in:
Tankred Hase 2013-09-12 00:20:02 +02:00
parent a0742a1035
commit 530569d227
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_script:
- npm install -g grunt-cli
notifications:

View File

@ -19,7 +19,7 @@
"mocha": "~1.12.0",
"chai": "~1.7.2",
"sinon": "~1.7.3",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-qunit": "~0.2.2",
"grunt-mocha-test": "~0.6.3",