Skip to content

Commit 55ba52a

Browse files
authored
add git repo info into package.json (#55)
so we can link from npm to github
1 parent d3c82c7 commit 55ba52a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"name": "esbuild-node-tsc",
33
"description": "Build your Typescript Node.js projects using blazing fast esbuild",
44
"version": "2.0.4",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/a7ul/esbuild-node-tsc.git"
8+
},
9+
"author": "",
10+
"bugs": {
11+
"url": "https://github.com/a7ul/esbuild-node-tsc/issues"
12+
},
13+
"homepage": "https://github.com/a7ul/esbuild-node-tsc#readme"
514
"main": "./dist/index.js",
615
"bin": {
716
"esbuild-node-tsc": "dist/index.js",

0 commit comments

Comments
 (0)