Merge branch 'feature/json-config' of github.com:remy/nodemon into feature/json-config

This commit is contained in:
Remy Sharp
2013-11-12 20:13:56 +00:00
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@@ -13,3 +13,4 @@ results
npm-debug.log
node_modules
coverage

View File

@@ -32,12 +32,13 @@
":main": "./lib/nodemon",
"main": "./test/fixtures/app.js",
"scripts": {
"test": "mocha --ui bdd --reporter spec test/**/*.test.js"
"test": "istanbul cover _mocha -- --ui bdd --reporter spec test/**/*.test.js"
},
"devDependencies": {
"connect": "*",
"mocha": "~1.12.0",
"should": "~1.2.2"
"should": "~1.2.2",
"istanbul": "~0.1.44"
},
"dependencies": {
"update-notifier": "~0.1.5"