feat(abacus-react): enhance package description with semantic versioning details

- Update package description to mention automated semantic versioning
- This commit should trigger the first automated release of @soroban/abacus-react
This commit is contained in:
Thomas Hallock
2025-09-28 08:39:50 -05:00
parent dd80d29c97
commit af037b5e0a

View File

@@ -1,7 +1,7 @@
{
"name": "@soroban/abacus-react",
"version": "0.1.0",
"description": "Interactive React abacus component with animations and place value editing",
"description": "Interactive React abacus component with animations, place value editing, and automated semantic versioning",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",