Skip to content

Commit

Permalink
fix: attempt to fix esm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Oct 14, 2023
1 parent f71d77c commit 55dfbe9
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 92 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-i18n",
"version": "3.7.4",
"version": "3.7.5-alpha.1",
"main": "dist/runtime.cjs.js",
"module": "dist/runtime.esm.js",
"types": "dist/runtime.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"release": " git add package.json && git commit -m \"chore(release): v$npm_package_version :tada:\"",
"prebuild": "pnpm clean",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
"prepublishOnly": "pnpm test -- --no-cache && pnpm build"
"prepublishOnly": "pnpm test -- --no-cache && pnpm build && publint"
},
"files": [
"dist/"
Expand Down Expand Up @@ -77,11 +77,11 @@
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.3",
"prettier": "^3.0.3",
"publint": "^0.2.4",
"rollup": "^3.28.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-esbuild": "^5.0.0",
"sass": "^1.56.1",
"svelte": "^3.53.1",
"svelte-preprocess": "^5.0.4",
"ts-jest": "^29.0.3",
Expand All @@ -92,7 +92,7 @@
"deepmerge": "^4.2.2",
"esbuild": "^0.19.2",
"estree-walker": "^2",
"intl-messageformat": "^9.13.0",
"intl-messageformat": "^10.5.3",
"sade": "^1.8.1",
"tiny-glob": "^0.2.9"
}
Expand Down
161 changes: 73 additions & 88 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55dfbe9

Please sign in to comment.