From 48424cf10f2c4cd34a6b52adc0e1675ca0681428 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 16 Dec 2018 17:05:33 +0100 Subject: [PATCH] p-throttle as normal dependency :bug: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51595256..bf287e4a 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "lodash": "^4.17.5", "luxon": "^1.3.0", "p-retry": "^2.0.0", + "p-throttle": "^2.1.0", "pinkie-promise": "^2.0.1", "query-string": "^6.0.0", "slugg": "^1.2.0", @@ -54,7 +55,6 @@ "db-stations": "^2.3.0", "is-coordinates": "^2.0.2", "is-roughly-equal": "^0.1.0", - "p-throttle": "^2.0.0", "tap-spec": "^5.0.0", "tape": "^4.8.0", "tape-promise": "^4.0.0",