mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
upgrade grunt connect
This commit is contained in:
parent
a0742a1035
commit
530569d227
@ -1,6 +1,8 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- "0.11"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
- "0.8"
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"mocha": "~1.12.0",
|
"mocha": "~1.12.0",
|
||||||
"chai": "~1.7.2",
|
"chai": "~1.7.2",
|
||||||
"sinon": "~1.7.3",
|
"sinon": "~1.7.3",
|
||||||
"grunt-contrib-connect": "~0.3.0",
|
"grunt-contrib-connect": "~0.5.0",
|
||||||
"grunt-contrib-jshint": "~0.6.3",
|
"grunt-contrib-jshint": "~0.6.3",
|
||||||
"grunt-contrib-qunit": "~0.2.2",
|
"grunt-contrib-qunit": "~0.2.2",
|
||||||
"grunt-mocha-test": "~0.6.3",
|
"grunt-mocha-test": "~0.6.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user