From 58279166e2395c9d6f408ff64945ea19ebd689f1 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 11 Jan 2018 18:45:40 +0330 Subject: [PATCH] eslint --- lib/core/module.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/core/module.js b/lib/core/module.js index d7da22d43c..78e3a82c2f 100755 --- a/lib/core/module.js +++ b/lib/core/module.js @@ -2,13 +2,7 @@ const path = require('path') const fs = require('fs') const { uniq } = require('lodash') const hash = require('hash-sum') -const { - chainFn, - sequence, - depricated, - printError, - printWarn -} = require('../common/utils') +const { chainFn, sequence, printError, printWarn } = require('../common/utils') module.exports = class ModuleContainer { constructor(nuxt) {