Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 15, 2017
1 parent 63227d2 commit 55ee8da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
'use strict'
require('coffee-script/register')
module.exports = require('./lib/Acho')
2 changes: 0 additions & 2 deletions lib/Acho.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict'

clone = require 'lodash.clonedeep'

DEFAULT = require './Default'
CONST = require './Constants'

Expand Down
2 changes: 1 addition & 1 deletion lib/Format.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{createFormatter} = require 'fmt-obj'
slice = require 'sliced'

CONST = require './Constants'
{getColor, colorize} = require './Util'
CONST = require './Constants'

ESCAPE_REGEX = /%{2,2}/g
TYPE_REGEX = /(%?)(%([Jjds]))/g
Expand Down

0 comments on commit 55ee8da

Please sign in to comment.