Skip to content

Commit

Permalink
chore: patch smartwrap for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 5, 2023
1 parent 07e4658 commit 45bc5ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/smartwrap+2.0.2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff --git a/node_modules/smartwrap/src/main.js b/node_modules/smartwrap/src/main.js
index acdc39b..4e4abb4 100644
--- a/node_modules/smartwrap/src/main.js
+++ b/node_modules/smartwrap/src/main.js
@@ -1,5 +1,5 @@
const breakword = require("breakword")
-const stripansi = require("strip-ansi")
+const stripansi = require("strip-ansi-cjs")
const wcwidth = require("wcwidth")
const flat = require("array.prototype.flat")
if (!Array.prototype.flat) flat.shim()

0 comments on commit 45bc5ca

Please sign in to comment.