Skip to content

Commit

Permalink
Fix regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 1, 2021
1 parent 0924838 commit 75b7fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.mjs
Expand Up @@ -61,7 +61,7 @@ function mapSrcToLib(srcPath) {

function mapToDts(packageName) {
return packageName.replace(
/(?<\\|\/)(packages|eslint|codemods)(?=\\|\/)/,
/(?<=\\|\/)(packages|eslint|codemods)(?=\\|\/)/,
"dts"
);
}
Expand Down

0 comments on commit 75b7fe5

Please sign in to comment.