diff --git a/package.json b/package.json index 559e7aed..46c15a5d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "npm run unit && npm run ciao", "unit": "node test/unit/run.js | tap-spec", "ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", - "docs": "cd test/ciao; node ../../node_modules/ciao/bin/ciao -c ../ciao.json . -d ../../docs" + "docs": "rm -r docs; cd test/ciao; node ../../node_modules/ciao/bin/ciao -c ../ciao.json . -d ../../docs" }, "repository": { "type": "git", diff --git a/test/ciao.json b/test/ciao.json index 11b7e0c9..ddd811ef 100644 --- a/test/ciao.json +++ b/test/ciao.json @@ -2,10 +2,7 @@ "defaults": { "protocol": "http", "host": "localhost", - "port": 3100, - "headers": { - "User-Agent": "Ciao/Client 1.0" - } + "port": 3100 }, "config": {} } \ No newline at end of file