Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNSD committed Sep 11, 2024
1 parent 54537fb commit 7e04161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:

- name: Initialize Git user
run: |
git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
git config --global user.name "Release Workflow"
- name: Initialise the NPM config
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@gabrielnsd/translator",
"name": "@cantoo/translator",
"version": "0.2.2",
"description": "Node bindings for machine translation",
"publishConfig": {
Expand Down

0 comments on commit 7e04161

Please sign in to comment.