Skip to content

Commit

Permalink
Added author and repo to the package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ziccardi committed Apr 10, 2020
1 parent 92e45d0 commit c90c977
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@aerogear/unifiedpush-cli",
"version": "0.0.1-alpha.2",
"description": "UnifiedPush Server CLI client",
"author": "AeroGear Team<aerogear@googlegroups.com>",
"homepage": "http://aerogear.org",
"license": "Apache-2.0",
"main": "build/src/index.js",
"bin": {
"ups": "./build/src/index.js"
Expand All @@ -10,7 +13,6 @@
"files": [
"build/src"
],
"license": "Apache-2.0",
"keywords": [
"aerogear",
"unifiedpush"
Expand Down Expand Up @@ -47,5 +49,12 @@
"table": "^5.4.6",
"urlsafe-base64": "^1.0.0",
"yargs": "^15.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aerogear/unifiedpush-cli.git"
},
"bugs": {
"url": "https://github.com/aerogear/unifiedpush-cli/issues"
}
}

0 comments on commit c90c977

Please sign in to comment.