Skip to content

Commit

Permalink
chore: Fixed package name in two places
Browse files Browse the repository at this point in the history
  • Loading branch information
spuxx-dev committed Jun 8, 2024
1 parent 663acaa commit 91620ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @newhorizons/core
# Orbit

![Release builds](https://github.com/satellite-games/orbit/actions/workflows/release.yml/badge.svg)
![Quality checks](https://github.com/satellite-games/orbit/actions/workflows/main.yml/badge.svg)
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
entry: {
main: resolve(__dirname, 'lib/main.ts'),
},
name: '@newhorizons/core',
name: '@satellite-games/orbit',
formats: ['es'],
},
},
Expand Down

0 comments on commit 91620ca

Please sign in to comment.