Skip to content

Commit

Permalink
Merge pull request #46 from cloudcome/patch-1
Browse files Browse the repository at this point in the history
fix: update word-wrap dependency to @aashutoshrathi/word-wrap
  • Loading branch information
gkz committed Jun 28, 2023
2 parents dd770bc + ed05288 commit eb994d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help.ls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{id, find, sort, min, max, map, unlines} = require 'prelude-ls'
{name-to-raw, dasherize, natural-join} = require './util'
word-wrap = require 'word-wrap'
word-wrap = require '@aashutoshrathi/word-wrap'

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

0 comments on commit eb994d6

Please sign in to comment.