We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12974e0 commit f1a9b89Copy full SHA for f1a9b89
2 files changed
package.json
@@ -53,7 +53,6 @@
53
"ltgt": "2.2.1",
54
"memdown": "1.4.1",
55
"node-fetch": "2.6.9",
56
- "promise-polyfill": "8.2.3",
57
"readable-stream": "1.1.14",
58
"spark-md5": "3.0.2",
59
"through2": "3.0.2",
tests/integration/index.html
@@ -7,7 +7,6 @@
7
</head>
8
<body>
9
<div id="mocha"></div>
10
- <script src="../../node_modules/promise-polyfill/dist/polyfill.js"></script>
11
<script src="../../node_modules/whatwg-fetch/fetch.js"></script>
12
<script src="../../node_modules/mocha/mocha.js"></script>
13
<script src="../../node_modules/chai/chai.js"></script>
0 commit comments