Skip to content

Commit

Permalink
fix: kaplay typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KeSuave committed Dec 5, 2024
1 parent 3a64df2 commit 6041771
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KaPlanck

A KaPlay plugin that integrates Planck, while keeping the simple/fun API of KaPlay.
A KAPLAY plugin that integrates Planck, while keeping the simple/fun API of KAPLAY.

[Read the docs to learn more](https://kesuave.github.io/KaPlanck)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "kaplanck",
"version": "1.3.1",
"description": "A KaPlay plugin that integrates Planck, while keeping the simple/fun API of KaPlay.",
"description": "A KAPLAY plugin that integrates Planck, while keeping the simple/fun API of KAPLAY.",
"homepage": "https://kesuave.github.io/KaPlanck/",
"keywords": [
"KaPlay",
"KAPLAY",
"Planck",
"plugin",
"box2d",
Expand Down Expand Up @@ -88,4 +88,4 @@
"npm run lint"
]
}
}
}
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default defineConfig({
external: ["kaplay", "planck"],
output: {
globals: {
kaplay: "KaPlay",
planck: "Planck",
kaplay: "kaplay",
planck: "planck",
},
},
},
Expand Down

0 comments on commit 6041771

Please sign in to comment.