Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
mskocik committed Jul 24, 2023
1 parent 0f62aed commit 53aa57c
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 221 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "kit-test",
"version": "0.0.1",
"name": "svelty-picker",
"description": "Sweet date/time picker written in svelte",
"version": "4.0.0",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down Expand Up @@ -30,25 +31,25 @@
"@bitmachina/highlighter": "1.0.0-alpha.5",
"@jridgewell/sourcemap-codec": "https://github.com/xiaoxiangmoe/sourcemap-codec/tarball/main",
"@prgm/sveltekit-progress-bar": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/package": "^2.0.0",
"@sveltejs/kit": "^1.22.3",
"@sveltejs/package": "^2.2.0",
"@sveltejs/repl": "^0.5.0",
"@sveltejs/site-kit": "^5.2.2",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"autoprefixer": "^10.4.14",
"mdsvex": "^0.11.0",
"postcss": "^8.4.24",
"postcss": "^8.4.27",
"postcss-load-config": "^4.0.1",
"publint": "^0.1.9",
"publint": "^0.1.16",
"shiki": "^0.14.3",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"svelte": "^4.1.1",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite-plugin-node-polyfills": "^0.9.0"
},
"svelte": "./dist/index.js",
Expand Down
Loading

0 comments on commit 53aa57c

Please sign in to comment.