Skip to content

Commit

Permalink
Revert deprecation, bumt to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 27, 2024
1 parent 5d637fc commit e303487
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"name": "@cross/fs",
"version": "0.0.1",
"version": "0.0.3",
"exports": "./mod.ts",
"imports": {
"@cross/runtime": "jsr:@cross/runtime@^0.0.16"
}
"imports": { "@cross/runtime": "jsr:@cross/runtime@^1.0.0" }
}

0 comments on commit e303487

Please sign in to comment.