Skip to content

Commit

Permalink
fix build for ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjennings committed Jul 30, 2021
1 parent a23602e commit 71b80c2
Show file tree
Hide file tree
Showing 7 changed files with 227 additions and 108 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-modals",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
Expand All @@ -10,12 +10,13 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. .",
"release": "npm run package && npm publish ./package --access public"
"release": "npm run package && npm publish ./package --access public",
"prepare": "ts-patch install -s"
},
"devDependencies": {
"@mattjennings/heroicons-svelte": "^0.0.6",
"@sveltejs/adapter-vercel": "^1.0.0-next.22",
"@sveltejs/kit": "next",
"@sveltejs/adapter-vercel": "^1.0.0-next.26",
"@sveltejs/kit": "^1.0.0-next.138",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
Expand All @@ -26,6 +27,7 @@
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"fast-glob": "^3.2.7",
"mdsvex": "^0.9.0",
"postcss": "^8.3.0",
"postcss-load-config": "^3.0.1",
Expand All @@ -38,9 +40,12 @@
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"svelte2tsx": "^0.4.3",
"tailwindcss": "^2.1.4",
"ts-patch": "^1.4.1",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
"typescript": "^4.3.0",
"typescript-transform-extensions": "^1.0.1"
},
"type": "module",
"keywords": [
Expand Down
Loading

1 comment on commit 71b80c2

@vercel
Copy link

@vercel vercel bot commented on 71b80c2 Jul 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.