Skip to content

Commit

Permalink
Merge pull request #1516 from UziTech/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
joshbruce committed Jul 8, 2019
2 parents 26ae990 + c0db64b commit 4132c7e
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 94 deletions.
2 changes: 1 addition & 1 deletion docs/demo/demo.js
@@ -1,4 +1,4 @@
/* globals marked, unfetch, ES6Promise, Promise */
/* globals marked, unfetch, ES6Promise, Promise */ // eslint-disable-line no-redeclare

if (!window.Promise) {
window.Promise = ES6Promise;
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/worker.js
@@ -1,4 +1,4 @@
/* globals marked, unfetch, ES6Promise, Promise */
/* globals marked, unfetch, ES6Promise, Promise */ // eslint-disable-line no-redeclare
if (!self.Promise) {
self.importScripts('https://cdn.jsdelivr.net/npm/es6-promise/dist/es6-promise.js');
self.Promise = ES6Promise;
Expand Down

0 comments on commit 4132c7e

Please sign in to comment.