mirror of
https://github.com/quartz-community/utils.git
synced 2026-07-22 02:50:27 +00:00
build: rebuild dist
This commit is contained in:
parent
37b89c3fbe
commit
ff02040c07
4 changed files with 4 additions and 2 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -222,6 +222,7 @@ function slugifyPath(s) {
|
|||
.replace(/%/g, "-percent")
|
||||
.replace(/\?/g, "")
|
||||
.replace(/#/g, "")
|
||||
.replace(/[<>:"|*]/g, "")
|
||||
.toLowerCase(),
|
||||
)
|
||||
.join("/")
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/path.js
vendored
1
dist/path.js
vendored
|
|
@ -219,6 +219,7 @@ function slugifyPath(s) {
|
|||
.replace(/%/g, "-percent")
|
||||
.replace(/\?/g, "")
|
||||
.replace(/#/g, "")
|
||||
.replace(/[<>:"|*]/g, "")
|
||||
.toLowerCase(),
|
||||
)
|
||||
.join("/")
|
||||
|
|
|
|||
2
dist/path.js.map
vendored
2
dist/path.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue