watch task 'npm run watch'

master
Matt Huntington 10 years ago
parent a60f5e2569
commit ea350eff24

@ -4,7 +4,7 @@
"description": "Convert CML To HTML", "description": "Convert CML To HTML",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "watch": "nodemon --ignore coverage/ -q -x 'istanbul cover _mocha'"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save