Skip to content

Commit 6f66e02

Browse files
committed
Merge pull request commitizen#5 from Den-dp/master
fix(require): get rid of relative path to the word-wrap
2 parents c7b7e11 + e98818a commit 6f66e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"format cjs";
22

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

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

0 commit comments

Comments
 (0)