Skip to content

Commit

Permalink
Add package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 7, 2024
1 parent 048405e commit 724a6d9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{ "imports": { "@cross/runtime": "jsr:@cross/runtime@^0.0.16" } }
{
"name": "@cross/fs",
"version": "0.0.1",
"exports": "./mod.ts",
"imports": {
"@cross/runtime": "jsr:@cross/runtime@^0.0.16"
}
}

0 comments on commit 724a6d9

Please sign in to comment.