Skip to content

Commit

Permalink
fix: add worker condition for shopify hydrogen
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 7, 2024
1 parent 67e46b6 commit 6720473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/mutate",
"version": "0.11.0-canary.1",
"version": "0.11.0-canary.2",
"description": "Experimental toolkit for working with Sanity mutations in JavaScript & TypeScript",
"keywords": [
"sanity",
Expand Down Expand Up @@ -45,6 +45,7 @@
"import": "./dist/_unstable_machine.browser.js",
"require": "./dist/_unstable_machine.browser.cjs"
},
"worker": "./dist/_unstable_machine.browser.js",
"import": "./dist/_unstable_machine.js",
"require": "./dist/_unstable_machine.cjs",
"default": "./dist/_unstable_machine.js"
Expand Down

0 comments on commit 6720473

Please sign in to comment.