From 93e670875d807a2a056fdeee3f4f9bda6564c916 Mon Sep 17 00:00:00 2001 From: Viraj Trivedi Date: Thu, 22 Jun 2017 18:02:49 +0530 Subject: [PATCH] Changed name of the Package and Link to the Repository Updated --- package.json | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index dcc94a2..fb2f9ec 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,11 @@ { - "name": "rocket.chat.realtime.api.abstraction", + "name": "rocket.chat.realtime.api.rxjs", "version": "0.0.1", "description": "Abstraction for Utilizing Rocket.Chat's Realtime API Methods with RxJS", "main": "lib/index.js", - "types": "lib/index.d.ts", - "repository": { - "type": "git", - "url": "git+https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.Abstraction.git" + "directories": { + "lib": "lib" }, - "author": "Viraj Trivedi ", - "license": "MIT", "dependencies": { "crypto-js": "^3.1.9-1", "rxjs": "^5.4.1", @@ -20,13 +16,13 @@ "@types/uuid": "^3.0.0", "typescript": "^2.3.4" }, - "bugs": { - "url": "https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.Abstraction/issues" - }, - "homepage": "https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.Abstraction#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "repository": { + "type": "git", + "url": "git+https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS.git" + }, "keywords": [ "Rocket.Chat", "RealTime API", @@ -34,7 +30,10 @@ "Observable", "Abstraction" ], - "directories": { - "lib": "lib" - } + "author": "Viraj Trivedi ", + "license": "MIT", + "bugs": { + "url": "https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS/issues" + }, + "homepage": "https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS#readme" }