Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nishants committed Mar 13, 2021
1 parent 036b000 commit e22b56c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -14,7 +14,7 @@
"keywords": [],
"author": {
"name": "nishant",
"email": "nishant.singh87@gmail.com"
"email": "in.nishants@gmail.com"
},
"license": "MIT",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"test": "jest"
},
"author": "",
"author": "nishants",
"license": "MIT",
"bin": {
"grpc": "./bin/grpc.js"
Expand Down
8 changes: 4 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -22,7 +22,7 @@
"javascript",
"webdev"
],
"author": "webkid.io",
"author": "nishants",
"license": "MIT",
"bugs": {
"url": "https://github.com/wbkd/webpack-starter/issues"
Expand Down

0 comments on commit e22b56c

Please sign in to comment.