Skip to content

Commit

Permalink
fix(esm): support nuxt-module-build (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Sep 6, 2023
1 parent c535a49 commit d279283
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/client",
"version": "6.4.9",
"version": "6.4.10-canary.3",
"description": "Client for retrieving, creating and patching data from Sanity.io",
"keywords": [
"sanity",
Expand Down Expand Up @@ -40,10 +40,8 @@
"source": "./src/index.ts",
"require": "./dist/index.cjs",
"node": {
"module": "./dist/index.js",
"import": "./dist/index.cjs.js"
},
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
Expand Down

0 comments on commit d279283

Please sign in to comment.