Skip to content

Commit

Permalink
fix: update word-wrap dependency to @aashutoshrathi/word-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome authored Jun 28, 2023
1 parent dd770bc commit ed05288
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 ed05288

Please sign in to comment.