Skip to content

Commit 45bc5ca

Browse files
committed
chore: patch smartwrap for release action
1 parent 07e4658 commit 45bc5ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

patches/smartwrap+2.0.2.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)