mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
chore(fs): release fs@1.0.0
(#5214)
This commit is contained in:
parent
d6a6d8b806
commit
cb1e09bb89
@ -27,7 +27,7 @@
|
|||||||
"@std/expect": "jsr:@std/expect@^1.0.0",
|
"@std/expect": "jsr:@std/expect@^1.0.0",
|
||||||
"@std/fmt": "jsr:@std/fmt@^1.0.0-rc.1",
|
"@std/fmt": "jsr:@std/fmt@^1.0.0-rc.1",
|
||||||
"@std/front-matter": "jsr:@std/front-matter@^1.0.0-rc.2",
|
"@std/front-matter": "jsr:@std/front-matter@^1.0.0-rc.2",
|
||||||
"@std/fs": "jsr:@std/fs@^1.0.0-rc.6",
|
"@std/fs": "jsr:@std/fs@^1.0.0",
|
||||||
"@std/html": "jsr:@std/html@^1.0.0",
|
"@std/html": "jsr:@std/html@^1.0.0",
|
||||||
"@std/http": "jsr:@std/http@^1.0.0-rc.5",
|
"@std/http": "jsr:@std/http@^1.0.0-rc.5",
|
||||||
"@std/ini": "jsr:@std/ini@^1.0.0-rc.2",
|
"@std/ini": "jsr:@std/ini@^1.0.0-rc.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@std/fs",
|
"name": "@std/fs",
|
||||||
"version": "1.0.0-rc.6",
|
"version": "1.0.0",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./mod.ts",
|
".": "./mod.ts",
|
||||||
"./copy": "./copy.ts",
|
"./copy": "./copy.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user