Last active
February 18, 2016 09:18
-
-
Save dgellow/4451532a9f4ad09ab91c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "my-project", | |
"devDependencies": { | |
"onchange": "~2.0.0", | |
"tesuto": "niceversionnumber" | |
}, | |
"scripts": { | |
"test": "echo \"[`date`] Run tests\"; for file in `ls test/*.js`; do node \"test/${file}\"; done", | |
"test:watch": "onchange src/*.js -- npm run test", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment