We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf432fa commit 3f9155bCopy full SHA for 3f9155b
package.json
@@ -4,6 +4,14 @@
4
"description": "Run tests on Stencil components using Jest.",
5
"author": "Christian Bromann <[email protected]>",
6
"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
15
"main": "./dist/index.js",
16
"module": "./dist/index.mjs",
17
"types": "./dist/index.d.ts",
0 commit comments