Skip to content

Commit

Permalink
Merge pull request #53 from oramasearch/fix/jsdelivr-compatibility-at…
Browse files Browse the repository at this point in the history
…tempt-1

fix: jsdelivr potential fix
  • Loading branch information
matijagaspar authored Nov 21, 2024
2 parents 0df7d8b + 550a90e commit 228ab7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
"types": "./dist/index.d.ts",
"runkitExampleFilename": "./example/runkit.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/index.global.js",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"scripts": {
"watch": "tsup --config tsup.lib.js --watch src",
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function main() {
console.log(`\x1b[32mCommitting changes and creating a tag (pushing is left to you) ...\x1b[0m`)
await git.commit(
'chore: Version bump',
packages.map(({path:p}) => `${p.replace(/\\/g,'/')}/package.json`),
[...packages.map(({path:p}) => `${p.replace(/\\/g,'/')}/package.json`), 'package.json'],
{ '--no-verify': true },
)

Expand Down

0 comments on commit 228ab7a

Please sign in to comment.