Skip to content

Commit

Permalink
remove require semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Jazi committed May 3, 2024
1 parent ca0e529 commit 180be77
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "@openreplyde/web-docker",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.umd.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.umd.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev:test-host": "vite --config vite.config.test-host.ts --host",
Expand Down

0 comments on commit 180be77

Please sign in to comment.