Skip to content

Commit 6facd7c

Browse files
committed
Added Stable Channel
1 parent 4cd2239 commit 6facd7c

File tree

6 files changed

+190
-33
lines changed

6 files changed

+190
-33
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 Chirag
1+
Copyright (c) 2020 Chirag
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# karma-chromiumedge-launcher
22

3-
> Launcher for Chromium Edge Canary, Dev and Beta for Windows and Mac OS
3+
> Launcher for Chromium Edge Canary, Dev, Beta and Stable for Windows and Mac OS
44
55
## Installation
66

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chiragrupani/karma-chromium-edge-launcher",
3-
"version": "1.0.1",
4-
"description": "A Karma plugin. Launcher for Chromium Edge - Dev, Canary and Beta",
3+
"version": "1.1.1",
4+
"description": "A Karma plugin. Launcher for different Chromium Edge channels - Dev, Canary, Beta and Stable",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
@@ -32,13 +32,13 @@
3232
"devDependencies": {
3333
"@types/chai": "^4.2.7",
3434
"@types/mocha": "^5.2.7",
35-
"@types/node": "^13.1.1",
35+
"@types/node": "^13.5.0",
3636
"@types/sinon": "^7.5.1",
3737
"chai": "^4.2.0",
38-
"mocha": "^6.2.2",
38+
"mocha": "^7.0.0",
3939
"nyc": "^15.0.0",
40-
"ts-node": "^8.5.4",
41-
"typescript": "^3.7.4"
40+
"ts-node": "^8.6.2",
41+
"typescript": "^3.7.5"
4242
},
4343
"nyc": {
4444
"reporter": [

0 commit comments

Comments
 (0)