Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed May 2, 2024
1 parent 17c916c commit ea15ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happy-js/happy-opfs",
"version": "1.0.1",
"version": "1.0.2",
"exports": "./src/mod.ts",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A browser-compatible fs module inspired by the Deno fs and @std/fs APIs, based on OPFS implementation.",
"author": "[email protected]",
"license": "GPL-3.0",
"version": "1.0.1",
"version": "1.0.2",
"source": "./src/mod.ts",
"main": "./dist/main.cjs",
"module": "./dist/main.mjs",
Expand Down

0 comments on commit ea15ffa

Please sign in to comment.