We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
smartwrap
1 parent 07e4658 commit 45bc5caCopy full SHA for 45bc5ca
patches/smartwrap+2.0.2.patch
@@ -0,0 +1,11 @@
1
+diff --git a/node_modules/smartwrap/src/main.js b/node_modules/smartwrap/src/main.js
2
+index acdc39b..4e4abb4 100644
3
+--- a/node_modules/smartwrap/src/main.js
4
++++ b/node_modules/smartwrap/src/main.js
5
+@@ -1,5 +1,5 @@
6
+ const breakword = require("breakword")
7
+-const stripansi = require("strip-ansi")
8
++const stripansi = require("strip-ansi-cjs")
9
+ const wcwidth = require("wcwidth")
10
+ const flat = require("array.prototype.flat")
11
+ if (!Array.prototype.flat) flat.shim()
0 commit comments