Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-11-09 18:07:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-11-09 18:21:26 +0300
commit803603155cb9f12d42161ad959050a632bd2f1e7 (patch)
treebe7df17f0a2d3cf36fa5cb824646daddc5e8c718
parentae355d06c9072016b255ab0514c6aa6b08fa0d19 (diff)
Remove the unused debug package.
-rw-r--r--bin/www1
-rw-r--r--package.json1
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/www b/bin/www
index 6ec2fd1..a61a4e5 100644
--- a/bin/www
+++ b/bin/www
@@ -2,7 +2,6 @@
'use strict';
-require('debug')('bootlint');
const app = require('../app');
app.set('port', process.env.PORT || 7070);
diff --git a/package.json b/package.json
index 10aad6c..2c00694 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,6 @@
"dependencies": {
"body-parser": "^1.19.0",
"bootlint": "^0.16.8",
- "debug": "^4.1.1",
"express": "^4.17.1",
"morgan": "^1.9.1"
},