Skip to content

Commit c722c90

Browse files
committed
✏️ add description
1 parent ae02f8a commit c722c90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.2.0",
44
"license": "MIT",
55
"author": "Kasper Mikiewicz",
6+
"description": "JavaScript/TypeScript implementation of Behavior Trees.",
67
"main": "dist/index.js",
78
"module": "dist/core.esm.js",
89
"typings": "dist/index.d.ts",

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@btree/react",
33
"version": "0.1.0",
44
"license": "MIT",
5+
"description": "React hooks and DevTools component used to visualize tree.",
56
"author": "Kasper Mikiewicz",
67
"main": "dist/index.js",
78
"module": "dist/react.esm.js",

0 commit comments

Comments
 (0)