Skip to content

Commit 3f9155b

Browse files
fix(npm): add repository field
1 parent bf432fa commit 3f9155b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"description": "Run tests on Stencil components using Jest.",
55
"author": "Christian Bromann <[email protected]>",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/stenciljs/jest-stencil-runner.git"
10+
},
11+
"homepage": "https://github.com/stenciljs/jest-stencil-runner",
12+
"bugs": {
13+
"url": "https://github.com/stenciljs/jest-stencil-runner/issues"
14+
},
715
"main": "./dist/index.js",
816
"module": "./dist/index.mjs",
917
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)