Skip to content

Commit

Permalink
fix(shape): Update kittik-cursor to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Jan 18, 2016
1 parent beb3bc9 commit 4950627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Rectangle.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

const Cursor = require('kittik-cursor').Cursor;
const Cursor = require('kittik-cursor').default;
const Shape = require('../lib/Shape').default;
const cursor = new Cursor().resetTTY();

Expand Down
2 changes: 1 addition & 1 deletion examples/Text.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

const Cursor = require('kittik-cursor').Cursor;
const Cursor = require('kittik-cursor').default;
const Shape = require('../lib/Shape').default;
const cursor = new Cursor().resetTTY();

Expand Down

0 comments on commit 4950627

Please sign in to comment.