From 7ce2a3bbe549d7082734bb4c605d1188769ab962 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 26 Aug 2016 21:26:50 -0600 Subject: [PATCH] Remove assert --- oputil.js | 1 - 1 file changed, 1 deletion(-) diff --git a/oputil.js b/oputil.js index b7851d15..11f4fd8f 100755 --- a/oputil.js +++ b/oputil.js @@ -12,7 +12,6 @@ const resolvePath = require('./core/misc_util.js').resolvePath; // deps const _ = require('lodash'); const async = require('async'); -const assert = require('assert'); const inq = require('inquirer'); const mkdirsSync = require('fs-extra').mkdirsSync; const fs = require('fs');