Skip to content

Commit

Permalink
Merge pull request #2 from xollaborator/chore/improve-node-support
Browse files Browse the repository at this point in the history
chore: improve node support
  • Loading branch information
hughfenghen committed Apr 8, 2024
2 parents 0f08685 + a7062c2 commit a445d78
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"module": "dist/opfs-tools.js",
"main": "dist/opfs-tools.umd.cjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/opfs-tools.js",
"require": "./dist/opfs-tools.umd.cjs"
}
},
"scripts": {
"dev": "vite demo",
"test": "vitest",
Expand All @@ -40,4 +47,4 @@
"webdriverio": "^8.28.8",
"zx": "^7.2.3"
}
}
}

0 comments on commit a445d78

Please sign in to comment.