Skip to content

Commit bf9d3ea

Browse files
committed
Added package registry
1 parent d20291a commit bf9d3ea

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
"scripts": {
88
"build": "tsc",
99
"test": "node node_modules/mocha/bin/mocha -r ts-node/register tests/**/*.test.ts",
10-
"testWithCoverage": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register tests/**/*.test.ts && nyc report",
10+
"coverage": "nyc npm run test",
1111
"package": "npm run build & npm pack"
1212
},
13+
"publishConfig": {
14+
"registry": "https://npm.pkg.github.com/ChiragRupani"
15+
},
1316
"repository": {
1417
"type": "git",
1518
"url": "git://github.com/ChiragRupani/karma-chromiumedge-launcher.git"
@@ -18,7 +21,8 @@
1821
"karma-plugin",
1922
"karma-launcher",
2023
"Chromium Edge Dev",
21-
"Chromium Edge Canary"
24+
"Chromium Edge Canary",
25+
"Chromium Edge Beta"
2226
],
2327
"author": "Chirag",
2428
"dependencies": {
@@ -34,7 +38,7 @@
3438
"mocha": "^6.2.0",
3539
"nyc": "^14.1.1",
3640
"ts-node": "^8.3.0",
37-
"typescript": "^3.6.2"
41+
"typescript": "^3.6.3"
3842
},
3943
"nyc": {
4044
"reporter": [

0 commit comments

Comments
 (0)