Updated package.json to include git repository and homepage.
This commit is contained in:
parent
1308255506
commit
e1576aabff
1 changed files with 6 additions and 1 deletions
|
|
@ -1,12 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"name": "botlib",
|
||||||
"version": "0.0.20",
|
"version": "0.0.21",
|
||||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
||||||
"main": "dist/src/index.js",
|
"main": "dist/src/index.js",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Rodrigo Rodriguez <me@rodrigorodriguez.com>"
|
"Rodrigo Rodriguez <me@rodrigorodriguez.com>"
|
||||||
],
|
],
|
||||||
|
"homepage": "http://www.generalbot.com",
|
||||||
|
"repository" :
|
||||||
|
{ "type" : "git"
|
||||||
|
, "url" : "https://github.com/pragmatismo-io/BotLib"
|
||||||
|
},
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/azure": "^0.9.19",
|
"@types/azure": "^0.9.19",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue