Skip to content

Commit

Permalink
Added git repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rzial committed Apr 11, 2019
1 parent 28b5e20 commit c3b07e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "typescript-enhanced",
"description": "Typescript Enhanced is an extension of the existing Typescript package that modifies the functionality of the tsc command giving it some superpowers",
"author": "Pedro Pérez Furio <[email protected]>",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Rzial/typescript-enhanced"
},
"version": "1.0.1",
"main": "index.js",
"bin": {
"tsce": "./bin/tsce"
Expand Down

0 comments on commit c3b07e5

Please sign in to comment.