From e22b56ca8e794f8ee72792d108c369fd49ff7a3f Mon Sep 17 00:00:00 2001 From: nishant Date: Sat, 13 Mar 2021 19:32:22 +0530 Subject: [PATCH] Update package.json --- app/package.json | 8 ++++---- core/package.json | 2 +- ui/package.json | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/package.json b/app/package.json index 3bf9e0a..7fc2252 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { - "name": "grpc-devtool-app", - "productName": "grpc-devtool-app", - "version": "1.0.0", + "name": "grpc-devtool.app", + "productName": "grpc-devtool.app", + "version": "0.0.10", "description": "GrpcDevtool Gui app.", "main": "src/index.js", "scripts": { @@ -14,7 +14,7 @@ "keywords": [], "author": { "name": "nishant", - "email": "nishant.singh87@gmail.com" + "email": "in.nishants@gmail.com" }, "license": "MIT", "config": { diff --git a/core/package.json b/core/package.json index 5f1ed89..304ec25 100644 --- a/core/package.json +++ b/core/package.json @@ -18,7 +18,7 @@ "scripts": { "test": "jest" }, - "author": "", + "author": "nishants", "license": "MIT", "bin": { "grpc": "./bin/grpc.js" diff --git a/ui/package.json b/ui/package.json index 92be276..f4ddbb4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { - "name": "webpack-starter", - "version": "1.0.0", - "description": "A light foundation for your next frontend project based on webpack.", + "name": "grpc-devtool.ui", + "version": "0.0.10", + "description": "UI for GrpcDevtool", "scripts": { "lint": "npm run lint:styles; npm run lint:scripts", "lint:styles": "stylelint src", @@ -22,7 +22,7 @@ "javascript", "webdev" ], - "author": "webkid.io", + "author": "nishants", "license": "MIT", "bugs": { "url": "https://github.com/wbkd/webpack-starter/issues"