Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvvv authored Jul 18, 2022
1 parent eb243c9 commit 6d598cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-floating-ui",
"description": "Svelte actions for working with floating ui",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"main": "./index.js",
"svelte": "./index.js",
Expand All @@ -23,7 +23,7 @@
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"prepare": "vite sync",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
Expand Down

0 comments on commit 6d598cb

Please sign in to comment.