Skip to content

Commit

Permalink
Fix two dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 8, 2019
1 parent be74449 commit 6c16392
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
32 changes: 22 additions & 10 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
Expand Up @@ -18,7 +18,6 @@
"create-git-tag": "git tag $VER -m $VER && git push origin $VER"
},
"dependencies": {
"chrome-permissions-events-polyfill": "^1.0.0",
"content-scripts-register-polyfill": "^1.0.0",
"copy-text-to-clipboard": "^2.0.0",
"debounce-fn": "^3.0.1",
Expand All @@ -34,13 +33,14 @@
"intervalometer": "^1.0.5",
"linkify-issues": "^1.3.0",
"linkify-urls": "^2.2.0",
"mem": "github:sindresorhus/mem#10f13c0",
"mem": "^5.1.1",
"onetime": "^5.0.0",
"select-dom": "^5.1.0",
"shorten-repo-url": "^1.5.1",
"tiny-version-compare": "^1.0.0",
"webext-domain-permission-toggle": "^1.0.0-1",
"webext-options-sync": "^0.21.1",
"webext-permissions-events-polyfill": "^1.0.1",
"webext-storage-cache": "^1.0.2",
"webextension-polyfill": "^0.4.0",
"zip-text-nodes": "^1.0.0-0"
Expand Down
2 changes: 1 addition & 1 deletion source/libs/declarative-content-scripts.ts
@@ -1,6 +1,6 @@
/* global chrome */
import 'content-scripts-register-polyfill';
import 'chrome-permissions-events-polyfill';
import 'webext-permissions-events-polyfill';

const registeredScripts = new Map<
string,
Expand Down

0 comments on commit 6c16392

Please sign in to comment.