Skip to content

Commit 095b48c

Browse files
author
Robin Métral
committed
Update scripts and add docs link to README
1 parent f642287 commit 095b48c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# svelte-micromodal
22

3-
`svelte-micromodal` is a simple [Svelte](https://github.com/sveltejs/svelte "Svelte repository on GitHub") wrapper around [Micromodal](https://github.com/Ghosh/micromodal "Micromodal repository on GitHub"), a small JavaScript library for creating accessible modal dialogs.
3+
`svelte-micromodal` is a [Svelte](https://github.com/sveltejs/svelte) wrapper around [Micromodal](https://github.com/Ghosh/micromodal), a JavaScript library for creating accessible modal dialogs.
4+
5+
👉 [Docs](https://svelte-micromodal.pages.dev)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
1313
"storybook": "start-storybook -p 6006",
1414
"build-storybook": "build-storybook",
15-
"publish": "npm publish ./package"
15+
"publish": "npm run package && npm publish ./package"
1616
},
1717
"devDependencies": {
1818
"@sveltejs/adapter-static": "next",

0 commit comments

Comments
 (0)