Skip to content

Commit

Permalink
[dsch] package.json: repository added
Browse files Browse the repository at this point in the history
  • Loading branch information
DScheglov committed Mar 18, 2021
1 parent 003fddb commit 6441b7d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,18 @@
"/examples/",
"/node_modules/"
]
}
},
"directories": {
"example": "examples",
"lib": "lib"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/DScheglov/ts-cast.git"
},
"bugs": {
"url": "https://github.com/DScheglov/ts-cast/issues"
},
"homepage": "https://github.com/DScheglov/ts-cast#readme"
}

0 comments on commit 6441b7d

Please sign in to comment.