Skip to content

Commit

Permalink
Scope abortcontroller to polyfill only
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 23, 2018
1 parent c31fca9 commit f035860
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "github/fetch",
"license": "MIT",
"devDependencies": {
"abortcontroller-polyfill": "1.1.2",
"abortcontroller-polyfill": "^1.1.9",
"chai": "1.10.0",
"eslint": "^4.19.1",
"eslint-plugin-github": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</script>

<script src="/node_modules/promise-polyfill/promise.js"></script>
<script src="/node_modules/abortcontroller-polyfill/dist/abortcontroller.js"></script>
<script src="/node_modules/abortcontroller-polyfill/dist/abortcontroller-polyfill-only.js"></script>
<script src="/dist/fetch.umd.js"></script>
<script src="/test/test.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion test/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mocha.setup('tdd')
self.assert = chai.assert

importScripts('/node_modules/promise-polyfill/promise.js')
importScripts('/node_modules/abortcontroller-polyfill/dist/abortcontroller.js')
importScripts('/node_modules/abortcontroller-polyfill/dist/abortcontroller-polyfill-only.js')
importScripts('/dist/fetch.umd.js')
importScripts('/test/test.js')

Expand Down

0 comments on commit f035860

Please sign in to comment.