Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Commit

Permalink
little refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 28, 2015
1 parent 102c6f1 commit e46bf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

var ensureAsync = require('ensure-async');
var promise = require('cb2promise');
var Errorifier = require('errorifier');
var ensureAsync = require('ensure-async');

var parseAsync = ensureAsync(function(data, cb) {
var content;
Expand Down

0 comments on commit e46bf82

Please sign in to comment.