mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
Merge branch 'feature/json-config' of github.com:remy/nodemon into feature/json-config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,3 +13,4 @@ results
|
||||
|
||||
npm-debug.log
|
||||
node_modules
|
||||
coverage
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user