Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 16, 2024
1 parent 28d9cea commit 02b2d41
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@
".": {
"types": "./dist/pt-to-html.d.ts",
"source": "./src/index.ts",
"require": "./dist/pt-to-html.js",
"node": {
"module": "./dist/pt-to-html.esm.js",
"import": "./dist/pt-to-html.cjs.mjs"
},
"import": "./dist/pt-to-html.esm.js",
"require": "./dist/pt-to-html.js",
"default": "./dist/pt-to-html.esm.js"
},
"./package.json": "./package.json"
Expand Down Expand Up @@ -64,6 +60,7 @@
"prettier --write --cache --ignore-unknown"
]
},
"browserslist": "extends @sanity/browserslist-config",
"prettier": {
"bracketSpacing": false,
"plugins": [
Expand Down

0 comments on commit 02b2d41

Please sign in to comment.