Skip to content

Commit

Permalink
fix(package): Fix issue with exports Deck class
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed May 4, 2016
1 parent 82525de commit ba9c35f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Import in your project and create new Deck:
```javascript
"use strict";

const Deck = require('../lib/Deck');
const Deck = require('kittik');

Deck.create({
slides: [{
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0-semantic-release",
"description": "Keynote in Terminal (KiT) allows to you create and show ASCII presentations in terminal",
"author": "ghaiklor",
"main": "lib/Deck.js",
"homepage": "https://github.com/kittikjs/kittik#readme",
"repository": {
"type": "git",
Expand Down

0 comments on commit ba9c35f

Please sign in to comment.