Skip to content

Commit

Permalink
removes 'fs'
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoni committed Mar 15, 2016
1 parent 08034ec commit 43605c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const argv = require( 'yargs' )

const Boxcutter = require( './index.js' );
const path = require( 'path' );
const fs = require( 'fs' );

let boxcutter = Object.assign( {}, Boxcutter.Boxcutter );

Expand Down

0 comments on commit 43605c7

Please sign in to comment.