|
|
@ -11,7 +11,7 @@ |
|
|
|
"test": "npm run unit && npm run ciao", |
|
|
|
"test": "npm run unit && npm run ciao", |
|
|
|
"unit": "node test/unit/run.js | tap-spec", |
|
|
|
"unit": "node test/unit/run.js | tap-spec", |
|
|
|
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", |
|
|
|
"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": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|