Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0a1649f

Browse files
committedJul 10, 2022
Craft v1.0.0 release
1 parent 9e1b54a commit 0a1649f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-command-palette",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"scripts": {
55
"build:docs": "node generateDocSnippets.js",
66
"dev": "npm run build:docs && svelte-kit dev",
@@ -49,9 +49,9 @@
4949
},
5050
"publishConfig": {
5151
"access": "public"
52-
},
53-
"repository": {
52+
},
53+
"repository": {
5454
"type": "git",
5555
"url": "https://github.com/rohitpotato/svelte-command-palette.git"
56-
}
56+
}
5757
}

1 commit comments

Comments
 (1)

vercel[bot] commented on Jul 10, 2022

@vercel[bot]
Please sign in to comment.