diff options
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index b3b99f3..66f63c0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "decentralized-chat", + "name": "texx", "version": "1.0.0", "description": "Decentralized chatting made easy!", "repository": { "type": "git", - "url": "git+https://github.com/vmasto/express-babel.git" + "url": "git+https://github.com/texxme/texx.git" }, - "author": "Vassilis Mastorostergios <vmasto@gmail.com>", + "author": "Marvin Borner <contact@marvinborner.de>", "license": "MIT", "main": "dist/index.js", "engines": { |