Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update eyo #42
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Jun 25, 2015
1 parent f1a8ec4 commit 9e4493a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/yaspeller.js
@@ -1,7 +1,7 @@
/* jshint maxlen: 300 */
var async = require('async'),
entities = require('entities'),
eyo = require('eyo'),
eyo = require('eyo-kernel'),
fs = require('fs'),
formatModule = require('./format'),
ignore = require('./ignore'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"async": "~1.0.0",
"chalk": "~1.0.0",
"commander": "~2.8.0",
"eyo": "~1.1.0",
"eyo-kernel": "~1.0.0",
"entities": "~1.1.1",
"isutf8": "~1.0.11",
"lodash": "3.x",
Expand Down

0 comments on commit 9e4493a

Please sign in to comment.