Skip to content

Commit a6f234e

Browse files
committed
chore: add missing engine & runtime description
1 parent 3fa698e commit a6f234e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/engine/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@jolly-pixel/engine",
3+
"description": "Minimal and opiniated ECS framework on top of three.js.",
34
"version": "1.0.0",
45
"type": "module",
56
"main": "dist/index.js",

packages/runtime/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@jolly-pixel/runtime",
3+
"description": "Jolly Pixel Runtime for web browsers and electron applications.",
34
"version": "1.0.0",
45
"type": "module",
56
"main": "dist/index.js",

0 commit comments

Comments
 (0)