Skip to content

Commit e54a162

Browse files
committed
package
1 parent 1282856 commit e54a162

File tree

2 files changed

+110
-13
lines changed

2 files changed

+110
-13
lines changed

package-lock.json

Lines changed: 90 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "svelte-floating-ui",
3-
"version": "0.0.1",
3+
"description": "Svelte floating ui",
4+
"version": "0.0.2",
5+
"license": "MIT",
6+
"main": "./index.js",
7+
"svelte": "./index.js",
8+
"repository": "https://github.com/fedorovvvv/svelte-floating-ui",
9+
"author": "Nikita Fedorov <[email protected]>",
10+
"keywords": [
11+
"svelte",
12+
"light",
13+
"floating",
14+
"floating-ui",
15+
"sveltejs",
16+
"svelte-floating-ui",
17+
"svelte-floating",
18+
"svelte-v3",
19+
"svelte3"
20+
],
421
"scripts": {
522
"dev": "svelte-kit dev",
623
"build": "svelte-kit build",
@@ -31,6 +48,7 @@
3148
"type": "module",
3249
"dependencies": {
3350
"@floating-ui/core": "^0.7.3",
34-
"@floating-ui/dom": "^0.5.4"
51+
"@floating-ui/dom": "^0.5.4",
52+
"svelte2tsx": "^0.5.11"
3553
}
3654
}

0 commit comments

Comments
 (0)