Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 533a0e3

Browse files
committed
4.10.1
1 parent ca93895 commit 533a0e3

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "debugger-for-chrome",
33
"displayName": "Debugger for Chrome",
4-
"version": "4.10.0",
4+
"version": "4.10.1",
55
"icon": "images/icon.png",
66
"description": "%extension.description%",
77
"author": {
@@ -291,9 +291,14 @@
291291
"default": "instrument"
292292
},
293293
"targetTypes": {
294-
"type": ["array", "null"],
294+
"type": [
295+
"array",
296+
"null"
297+
],
295298
"description": "%chrome.targetTypes.description%",
296-
"default": ["page"]
299+
"default": [
300+
"page"
301+
]
297302
}
298303
}
299304
},
@@ -387,9 +392,14 @@
387392
"default": ""
388393
},
389394
"targetTypes": {
390-
"type": ["array", "null"],
395+
"type": [
396+
"array",
397+
"null"
398+
],
391399
"description": "%chrome.targetTypes.description%",
392-
"default": ["page"]
400+
"default": [
401+
"page"
402+
]
393403
},
394404
"showAsyncStacks": {
395405
"type": "boolean",

0 commit comments

Comments
 (0)