Skip to content

Commit

Permalink
fix require('x256')
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Jun 22, 2016
1 parent 82f5530 commit 0e0677e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var x256 = require('x256')

/*
* Recursively merge properties of two objects
*/
Expand Down
1 change: 0 additions & 1 deletion lib/widget/charts/line.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ var blessed = require('blessed')
, Node = blessed.Node
, Canvas = require('../canvas')
, utils = require('../../utils.js')
, x256 = require('x256')
, _ = require('lodash')

function Line(options) {
Expand Down

0 comments on commit 0e0677e

Please sign in to comment.