Skip to content

Commit 4a206bb

Browse files
microsoftedge instead of edge
1 parent 356967e commit 4a206bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function(config) {
2323
},
2424
'SL_Edge': {
2525
base: 'SauceLabs',
26-
browserName: 'edge',
26+
browserName: 'microsoftedge',
2727
platform: 'Windows 10'
2828
},
2929
'SL_IE10': {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"main": "lib/index.js",
55
"repository": "https://github.com/improbable-eng/js-browser-headers",
6-
"license": "MIT",
6+
"license": "Apache-2.0",
77
"keywords": [
88
"headers",
99
"fetch"

0 commit comments

Comments
 (0)