mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
chore(regexp): release regexp@1.0.0
(#5207)
This commit is contained in:
parent
63128c5386
commit
16f9d353b9
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/regexp",
|
||||
"version": "1.0.0-rc.1",
|
||||
"version": "1.0.0",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./escape": "./escape.ts"
|
||||
|
Loading…
Reference in New Issue
Block a user