From 42498728e7ee8c17cbc2ce7911338db748fc7c60 Mon Sep 17 00:00:00 2001 From: Maximilian Antoni Date: Wed, 18 Dec 2019 11:43:22 +0100 Subject: [PATCH] Remove obsolete `native-promise-only` dependency --- package-lock.json | 6 ------ package.json | 1 - 2 files changed, 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d9171fa4..98d181b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6110,12 +6110,6 @@ "to-regex": "^3.0.1" } }, - "native-promise-only": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz", - "integrity": "sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE=", - "dev": true - }, "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", diff --git a/package.json b/package.json index aec0baa17..f9bef8225 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,6 @@ "markdownlint-cli": "^0.18.0", "mocha": "^6.2.0", "mochify": "^6.6.0", - "native-promise-only": "^0.8.1", "npm-run-all": "^4.1.5", "nyc": "^14.1.1", "prettier": "^1.18.2",