Skip to content

Commit 84fe02a

Browse files
committed
fix: fix readme bugs
1 parent e2c7598 commit 84fe02a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

codemods/regexp-to-arkregex/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# @codemod/regexp-to-arkregex
1+
# regexp-to-arkregex
22

3-
Migrate `new RegExp()` constructor calls to [arkregex](https://arktype.io/docs/regex)'s type-safe `regex()` function.
3+
Migrate `new RegExp()` constructor calls to arkregex's type-safe `regex()` function.
44

55
## What it does
66

codemods/regexp-to-arkregex/codemod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version: "1.0"
22

33
name: "@codemod/regexp-to-arkregex"
4-
version: "0.1.1"
4+
version: "0.1.2"
55
description: "using arkregex instead of `new RegExp`"
66
author: "Amirabbas Ghasemi <amirabbas08dev@gmail.com>"
77
license: "MIT"

codemods/regexp-to-arkregex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemod/regexp-to-arkregex",
3-
"version": "0.1.1`",
3+
"version": "0.1.2`",
44
"description": "using arkregex instead of `new RegExp`",
55
"type": "module",
66
"devDependencies": {

0 commit comments

Comments
 (0)