Skip to content

Commit 93bc3e6

Browse files
committed
chore: update package name and version to 2.0.11, add publishConfig and packageManager
1 parent 7ae9858 commit 93bc3e6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "svelte-flatpickr-plus",
3-
"version": "2.0.10",
2+
"name": "@kodaicoder/svelte-flatpickr-plus",
3+
"version": "2.0.11",
44
"description": "Flatpickr is a lightweight and powerful datetime picker. Svelte Flatpickr Plus is a wrapper for Flatpickr with some extra features.",
55
"homepage": "https://svelte-flatpickr-plus.vercel.app/",
66
"bugs": {
@@ -10,6 +10,9 @@
1010
"type": "git",
1111
"url": "git+https://github.com/kodaicoder/svelte-flatpickr-plus.git"
1212
},
13+
"publishConfig": {
14+
"@kodaicoder:registry": "https://npm.pkg.github.com"
15+
},
1316
"keywords": [
1417
"svelte",
1518
"sveltekit",
@@ -80,5 +83,6 @@
8083
"postcss": "^8.4.49",
8184
"postcss-import": "^16.1.0",
8285
"svelte-preprocess": "^6.0.3"
83-
}
86+
},
87+
"packageManager": "[email protected]+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
8488
}

0 commit comments

Comments
 (0)