Skip to content

Commit

Permalink
fix: add node.module condition
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 21, 2023
1 parent 65e1f4f commit 7c622d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -29,6 +29,7 @@
"source": "./src/index.ts",
"require": "./lib/index.cjs",
"node": {
"module": "./lib/index.js",
"import": "./lib/index.cjs.js"
},
"import": "./lib/index.js",
Expand Down

2 comments on commit 7c622d6

@vercel
Copy link

@vercel vercel bot commented on 7c622d6 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-plugin-mux-input-codesandbox – ./example

mux-player-codesandbox.sanity.build
sanity-plugin-mux-input-codesandbox.sanity.build
sanity-plugin-mux-input-codesandbox-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 7c622d6 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-plugin-mux-input – ./

sanity-plugin-mux-input-git-main.sanity.build
sanity-plugin-mux-input.sanity.build

Please sign in to comment.