mirror of
https://github.com/remko/waforth
synced 2024-11-17 07:48:06 +01:00
remove promise-polyfill dependency
This commit is contained in:
parent
7065291ff8
commit
89e0ef71d8
3 changed files with 1 additions and 8 deletions
|
@ -3,8 +3,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jq-console": "^2.13.2",
|
||||
"jquery": "^3.5.0",
|
||||
"promise-polyfill": "^7.1.2"
|
||||
"jquery": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import "promise-polyfill/src/polyfill";
|
||||
import $ from "jquery";
|
||||
import WAForth from "./WAForth";
|
||||
import sieve from "./sieve";
|
||||
|
|
|
@ -2433,11 +2433,6 @@ prettier@^2.6.2:
|
|||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
|
||||
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
|
||||
|
||||
promise-polyfill@^7.1.2:
|
||||
version "7.1.2"
|
||||
resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-7.1.2.tgz#ab05301d8c28536301622d69227632269a70ca3b"
|
||||
integrity sha512-FuEc12/eKqqoRYIGBrUptCBRhobL19PS2U31vMNTfyck1FxPyMfgsXyW4Mav85y/ZN1hop3hOwRlUDok23oYfQ==
|
||||
|
||||
prop-types@^15.8.1:
|
||||
version "15.8.1"
|
||||
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
|
||||
|
|
Loading…
Reference in a new issue