Remove the unused es6-promise package from package.json

This commit is contained in:
Kevin MacMartin 2019-05-03 18:26:43 -04:00
parent 9c2d884c27
commit 419f4d8f48
3 changed files with 3 additions and 10 deletions

11
package-lock.json generated
View file

@ -1772,9 +1772,9 @@
}
},
"caniuse-lite": {
"version": "1.0.30000965",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000965.tgz",
"integrity": "sha512-BpMi+Aq8AgNjjrfornip07/BTUN65CTCe+fmZJxnmnL9CUZlPqtLIRdC6pgxMFOohg4yf/f775f/NE4AZeoIDA=="
"version": "1.0.30000966",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000966.tgz",
"integrity": "sha512-qqLQ/uYrpZmFhPY96VuBkMEo8NhVFBZ9y/Bh+KnvGzGJ5I8hvpIaWlF2pw5gqe4PLAL+ZjsPgMOvoXSpX21Keg=="
},
"caseless": {
"version": "0.12.0",
@ -2918,11 +2918,6 @@
"es6-symbol": "^3.1.1"
}
},
"es6-promise": {
"version": "4.2.6",
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.6.tgz",
"integrity": "sha512-aRVgGdnmW2OiySVPUC9e6m+plolMAJKjZnQlCwNSuK5yQ0JN61DZSO1X1Ufd1foqWRAlig0rhduTCHe7sVtK5Q=="
},
"es6-symbol": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",

View file

@ -14,7 +14,6 @@
"babelify": "^10.0.0",
"bootstrap": "4.3.1",
"browserify": "^16.2.3",
"es6-promise": "^4.2.6",
"fancy-log": "^1.3.3",
"gsap": "^2.1.2",
"gulp": "^4.0.1",

View file

@ -13,7 +13,6 @@
"autoprefixer": "^9.5.0",
"babelify": "^10.0.0",
"bootstrap": "4.3.1",
"es6-promise": "^4.2.6",
"fancy-log": "^1.3.3",
"gsap": "^2.1.2",
"gulp": "^4.0.0",