chore(fs): release fs@1.0.0 (#5214)

This commit is contained in:
Asher Gomez 2024-07-25 15:56:29 +10:00 committed by GitHub
parent d6a6d8b806
commit cb1e09bb89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"@std/expect": "jsr:@std/expect@^1.0.0",
"@std/fmt": "jsr:@std/fmt@^1.0.0-rc.1",
"@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/http": "jsr:@std/http@^1.0.0-rc.5",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.2",

View File

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