Skip to content

Commit f87687c

Browse files
committed
hotfix: publish core/vite directory
1 parent 3ea20a6 commit f87687c

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

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.

packages/bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mavonengine/create-bootstrap",
33
"type": "module",
4-
"version": "0.0.4",
4+
"version": "0.0.6",
55
"description": "Bootstrap a MavonEngine multiplayer project",
66
"license": "MIT",
77
"bin": {

packages/bootstrap/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const TAG_URL
2-
= 'https://github.com/MavonEngine/Core/archive/refs/tags/0.0.10-alpha.zip'
2+
= 'https://github.com/MavonEngine/Core/archive/refs/tags/0.0.11-alpha.zip'
33

44
export const TEMPLATE_SUBPATH = 'packages/multiplayer-template'

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mavonengine/core",
33
"type": "module",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"description": "",
66
"author": "",
77
"license": "MIT",
@@ -30,6 +30,7 @@
3030
"types": "./dist/index.d.ts",
3131
"files": [
3232
"dist",
33+
"vite",
3334
"vite.config.js"
3435
],
3536
"scripts": {

packages/multiplayer-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint:fix": "eslint . --fix"
1515
},
1616
"dependencies": {
17-
"@mavonengine/core": "0.0.9"
17+
"@mavonengine/core": "0.0.10"
1818
},
1919
"devDependencies": {
2020
"@antfu/eslint-config": "^8.0.0",

0 commit comments

Comments
 (0)