Skip to content

Commit

Permalink
v0.0.12 Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjermakov committed Nov 20, 2023
1 parent 42f1e93 commit 30f47ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vole-engine/core",
"version": "0.0.11",
"version": "0.0.12",
"description": "Tiny 2D game engine",
"repository": "https://github.com/dinomintstudio/vole",
"bugs": {
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ export * from './engine'
export * from './entity'
export * from './scene'

export * as component from './component'
export * as collision from './collision'

export * from './camera'

export * from './vector'
Expand Down

0 comments on commit 30f47ef

Please sign in to comment.