Skip to content

Commit 4ecd4bd

Browse files
minor bug fixes, style improvements
1 parent ab3658e commit 4ecd4bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1111
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1212
"lint": "prettier --plugin-search-dir . --check . && eslint .",
13-
"format": "prettier --plugin-search-dir . --write ."
13+
"format": "prettier --plugin-search-dir . --write .",
14+
"patch": "npm version patch",
15+
"minor": "npm version minor",
16+
"publish": "npm publish"
1417
},
1518
"exports": {
1619
".": {

0 commit comments

Comments
 (0)