Skip to content

Commit

Permalink
change binding -> backend
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 4, 2024
1 parent d244359 commit 091a002
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/go/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@primate/go",
"version": "0.1.0",
"description": "Primate Go binding",
"description": "Primate Go backend",
"homepage": "https://primatejs.com/modules/go",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@primate/python",
"version": "0.1.0",
"description": "Primate Python binding",
"description": "Primate Python backend",
"homepage": "https://primatejs.com/modules/python",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ruby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@primate/ruby",
"version": "0.1.0",
"description": "Primate Ruby binding",
"description": "Primate Ruby backend",
"homepage": "https://primatejs.com/modules/ruby",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@primate/typescript",
"version": "0.1.0",
"description": "Primate TypeScript binding",
"description": "Primate TypeScript backend",
"homepage": "https://primatejs.com/modules/typescript",
"bugs": "https://github.com/primatejs/primate/issues",
"license": "MIT",
Expand Down

0 comments on commit 091a002

Please sign in to comment.