Skip to content

Commit

Permalink
server
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Mar 10, 2023
1 parent c99d29a commit 2a9e94b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"default": "./build/esm/index.client.js"
},
"node": {
"import": "./build/esm/index.client.js",
"require": "./build/cjs/index.client.js",
"default": "./build/esm/index.client.js"
"import": "./build/esm/index.server.js",
"require": "./build/cjs/index.server.js",
"default": "./build/esm/index.server.js"
}
},
"publishConfig": {
Expand Down

0 comments on commit 2a9e94b

Please sign in to comment.