Skip to content

Commit 0b68a01

Browse files
authored
* enable collapse * bump debugger version
1 parent 1acb157 commit 0b68a01

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

configs/firefox-panel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"chromeScopes": { "enabled": false },
1515
"eventListeners": { "enabled": false },
1616
"codeCoverage": { "enabled": false },
17-
"searchNav": { "enabled": true }
17+
"searchNav": { "enabled": true },
18+
"collapseFrame": { "enabled": true }
1819
}
1920
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debugger.html",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "MPL-2.0",
55
"repository": {
66
"url": "git://github.com/devtools-html/debugger.html.git",

0 commit comments

Comments
 (0)