Skip to content

Commit

Permalink
Temporary revert to @sveltejs/package ^1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sistrall committed Feb 13, 2024
1 parent c4c225e commit 1643a58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
23 changes: 11 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package -o package",
"build": "svelte-kit sync && svelte-package",
"prepublishOnly": "echo 'Did you mean to publish `./package/`, instead of `./`?' && exit 1",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.3",
"@sveltejs/kit": "^1.30.3",
"@sveltejs/package": "^2.0.0",
"@sveltejs/package": "^1.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/svelte": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down

0 comments on commit 1643a58

Please sign in to comment.