Skip to content

Commit

Permalink
rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
fkirc committed Sep 21, 2020
1 parent 9585dca commit 31720f7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "aktranslate",
"name": "attranslate",
"version": "0.0.1",
"description": "Integrate automated translation services into your app development. Convert between file formats.",
"repository": {
"type": "git",
"url": "git+https://github.com/fkirc/aktranslate.git"
"url": "git+https://github.com/fkirc/attranslate.git"
},
"keywords": [
"google-translate",
Expand All @@ -17,11 +17,11 @@
"license": "MIT",
"author": "Felix Kirchengast",
"bugs": {
"url": "https://github.com/fkirc/aktranslate/issues"
"url": "https://github.com/fkirc/attranslate/issues"
},
"homepage": "https://github.com/fkirc/aktranslate#readme",
"homepage": "https://github.com/fkirc/attranslate#readme",
"bin": {
"aktranslate": "bin/aktranslate"
"attranslate": "bin/attranslate"
},
"main": "./dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/help/help_reference.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Usage: aktranslate [options]
Usage: attranslate [options]

Options:
-i, --input <inputDir> the directory containing language
Expand Down
2 changes: 1 addition & 1 deletion test/test-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { exec } from "child_process";
import { join } from "path";

function buildTranslateCommand(args: string) {
return `${join(process.cwd(), "bin", "aktranslate")} ${args}`;
return `${join(process.cwd(), "bin", "attranslate")} ${args}`;
}

export async function runTranslate(
Expand Down

0 comments on commit 31720f7

Please sign in to comment.