Skip to content

Commit

Permalink
chore: publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
y-nk committed Dec 18, 2023
1 parent 3132c31 commit 86117d8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions astro-carousel/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@y_nk/astro-carousel",
"type": "module",
"version": "1.0.0",
"description": "a pure astro carousel backed up with nanostores",
"homepage": "https://github.com/y-nk/nonorepo/tree/main/astro-carousel",
"keywords": [
"astro",
"components",
"carousel",
"tailwind",
"nanostores"
],
"author": "Julien Barbay <[email protected]>",
"license": "MIT",
"scripts": {
"deploy": "npm publish --access public"
},
"dependencies": {
"hast-util-from-html": "^2.0.1",
"hast-util-select": "^6.0.0",
"hast-util-to-html": "^9.0.0",
"hastscript": "^8.0.0",
"nanostores": "^0.9.3"
}
}

0 comments on commit 86117d8

Please sign in to comment.