Skip to content

Commit

Permalink
Fixed a mistake in my packager 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog125 committed Sep 8, 2023
1 parent ddc1afa commit 29e117a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const COPY_LIST = [
["svelte/dist", "svelte"],
["packager/static", ""],

["README.md", "README.md"],
["LICENSE.md", "LICENSE.md"],
["COPYING.txt", "COPYING.txt"],
["COPYING.LESSER.txt", "COPYING.LESSER.txt"]
Expand Down
2 changes: 1 addition & 1 deletion packager/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/hedgehog125/SvelteKit-Adapter-Versioned-Worker.git"
},
"version": "1.0.0",
"version": "1.0.1",
"files": [
"build",
"static",
Expand Down

0 comments on commit 29e117a

Please sign in to comment.