Skip to content

Commit

Permalink
chore: removed organization name from package in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
harunkelesoglu committed Dec 4, 2023
1 parent fe9a9f7 commit 2d1d1a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@celsus-ai/localize",
"name": "@kelesoglu/localize-ai",
"version": "2.2.1",
"description": "The LocalizeAI is an npm package that enables easy localization of your applications using OpenAI. It provides seamless integration with OpenAI's language models, allowing you to localize and adapt your applications to different languages and regions effortlessly",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/celsus-ai/localize.git"
"url": "https://github.com/harunkelesoglu/localize-ai.git"
},
"keywords": [
"localize",
Expand All @@ -25,9 +25,9 @@
"author": "https://github.com/harunkelesoglu",
"license": "MIT",
"bugs": {
"url": "https://github.com/celsus-ai/localize/issues"
"url": "https://github.com/harunkelesoglu/localize-ai/issues"
},
"homepage": "https://github.com/celsus-ai/localize#readme",
"homepage": "https://github.com/harunkelesoglu/localize-ai#readme",
"dependencies": {
"winston": "^3.9.0",
"axios": "^1.5.1"
Expand Down

0 comments on commit 2d1d1a5

Please sign in to comment.