Remove colors dependency

This commit is contained in:
brunosimon
2017-12-26 14:31:44 +01:00
parent 73bc3e174a
commit ecd144e216
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -2,7 +2,6 @@
const express = require('express')
const helmet = require('helmet')
const http = require('http')
const colors = require('colors')
const path = require('path')
const chalk = require('chalk')