Skip to content

Commit

Permalink
Merge pull request #5 from Den-dp/master
Browse files Browse the repository at this point in the history
fix(require): get rid of relative path to the word-wrap
  • Loading branch information
jimthedev committed Sep 17, 2015
2 parents c7b7e11 + e98818a commit 6f66e02
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,6 +1,6 @@
"format cjs";

var wrap = require('./node_modules/word-wrap/index');
var wrap = require('word-wrap');

// This can be any kind of SystemJS compatible module.
// We use Commonjs here, but ES6 or AMD would do just
Expand Down

0 comments on commit 6f66e02

Please sign in to comment.