We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae02f8a commit c722c90Copy full SHA for c722c90
packages/core/package.json
@@ -3,6 +3,7 @@
3
"version": "0.2.0",
4
"license": "MIT",
5
"author": "Kasper Mikiewicz",
6
+ "description": "JavaScript/TypeScript implementation of Behavior Trees.",
7
"main": "dist/index.js",
8
"module": "dist/core.esm.js",
9
"typings": "dist/index.d.ts",
packages/react/package.json
@@ -2,6 +2,7 @@
2
"name": "@btree/react",
"version": "0.1.0",
+ "description": "React hooks and DevTools component used to visualize tree.",
"module": "dist/react.esm.js",
0 commit comments