Skip to content

Commit

Permalink
docs(package.json): update description and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Nov 2, 2024
1 parent 85928e2 commit b7c2976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bare-ts/tools",
"version": "0.15.0",
"description": "Compiler and tools for BARE schema",
"description": "Compiler for Binary Application Record Encoding (BARE) schemas",
"keywords": [
"bare",
"binary format",
Expand All @@ -17,10 +17,10 @@
"homepage": "https://baremessages.org",
"repository": {
"type": "git",
"url": "git+https://github.com/bare-ts/tools.git"
"url": "git+https://github.com/bare-ts/bare.git"
},
"bugs": {
"url": "https://github.com/bare-ts/tools/issues"
"url": "https://github.com/bare-ts/bare/issues"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit b7c2976

Please sign in to comment.