Skip to content

Commit 1a3149f

Browse files
committed
v0.1.3
1 parent aabb52e commit 1a3149f

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

package.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"name": "sortablejs-vue3",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
4+
"author": {
5+
"email": "[email protected]",
6+
"name": "Max Leiter",
7+
"url": "https://maxleiter.com"
8+
},
9+
"funding": {
10+
"type": "individual",
11+
"url": "https://github.com/sponsors/MaxLeiter/"
12+
},
13+
"license": "MIT",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/maxleiter/sortablejs-vue3"
17+
},
418
"scripts": {
519
"dev": "vite",
620
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/lib dist/types",
@@ -20,8 +34,10 @@
2034
}
2135
},
2236
"dependencies": {
37+
"vite-tsconfig-paths": "^3.5.0"
38+
},
39+
"peerDependencies": {
2340
"sortablejs": "^1.15.0",
24-
"vite-tsconfig-paths": "^3.5.0",
2541
"vue": "^3.2.25"
2642
},
2743
"imports": {
@@ -33,7 +49,7 @@
3349
"@vitejs/plugin-vue": "^2.3.3",
3450
"rollup-plugin-typescript2": "0.31.2",
3551
"typescript": "^4.5.4",
36-
"vite": "^2.9.9",
37-
"vue-tsc": "^0.36.1"
52+
"vite": "^3.0.0-alpha.9",
53+
"vue-tsc": "^0.37.0"
3854
}
3955
}

0 commit comments

Comments
 (0)