chore(regexp): release regexp@1.0.0 (#5207)

This commit is contained in:
Asher Gomez 2024-07-12 18:32:36 +10:00 committed by GitHub
parent 63128c5386
commit 16f9d353b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
"@std/msgpack": "jsr:@std/msgpack@^1.0.0",
"@std/net": "jsr:@std/net@^1.0.0-rc.1",
"@std/path": "jsr:@std/path@^1.0.0",
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
"@std/regexp": "jsr:@std/regexp@^1.0.0",
"@std/semver": "jsr:@std/semver@^1.0.0-rc.1",
"@std/streams": "jsr:@std/streams@^1.0.0-rc.2",
"@std/testing": "jsr:@std/testing@^1.0.0-rc.3",

View File

@ -1,6 +1,6 @@
{
"name": "@std/regexp",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./escape": "./escape.ts"