Skip to content

Commit

Permalink
tweak sed regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Sep 9, 2024
1 parent 5de870d commit 8b70c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint": "eslint ./src",
"lint-fix": "eslint ./src --fix",
"format": "prettier ./src --write",
"supported-browsers": "echo \"export default $(browserslist-useragent-regexp --allowHigherVersions --ignorePatch --ignoreMinor);\" | sed $'s/\\e\\\\[[0-9;:]*[a-zA-Z]//g' > src/supportedBrowsers.ts"
"supported-browsers": "echo \"export default $(browserslist-useragent-regexp --allowHigherVersions --ignorePatch --ignoreMinor);\" | sed 's/\\x1b\\[[0-9;]*m//g' > src/supportedBrowsers.ts"
},
"dependencies": {
"@fontsource/inter": "^5.0.18",
Expand Down

0 comments on commit 8b70c20

Please sign in to comment.