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

Update webextension-polyfill to work in the most recent Chrome version #78

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Three.js Developer Tools",
"version": "0.4.0",
"version": "0.4.1",
"description": "Developer tools for 3D library three.js.",
"devtools_page": "src/extension/devtools.html",
"background": {
Expand Down Expand Up @@ -37,4 +37,4 @@
"id": "[email protected]"
}
}
}
}
341 changes: 337 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "three-devtools",
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"description": "three.js developer tools web extension",
"scripts": {
"build:source": "./scripts/build-source.sh",
Expand All @@ -27,7 +27,7 @@
"lit-element": "2.2.1",
"lit-html": "1.1.2",
"three": "0.137.0",
"webextension-polyfill": "0.4.0"
"webextension-polyfill": "^0.9.0"
},
"devDependencies": {
"http-server": "^0.12.0",
Expand Down
Loading