Skip to content

Commit eb994d6

Browse files
authored
Merge pull request #46 from cloudcome/patch-1
fix: update word-wrap dependency to @aashutoshrathi/word-wrap
2 parents dd770bc + ed05288 commit eb994d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/help.ls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{id, find, sort, min, max, map, unlines} = require 'prelude-ls'
22
{name-to-raw, dasherize, natural-join} = require './util'
3-
word-wrap = require 'word-wrap'
3+
word-wrap = require '@aashutoshrathi/word-wrap'
44

55
wordwrap = (a, b) ->
66
[indent, width] = if b == undefined then

0 commit comments

Comments
 (0)