From 6c8fa94a774eec29e1b341222554dec7a842d88d Mon Sep 17 00:00:00 2001 From: Dan MacTough Date: Wed, 16 Oct 2019 17:13:58 -0400 Subject: [PATCH] Update repository url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, the package.json points to the wrong repository, so it's pretty hard to find this package. 😄 --- packages/babel-preset-mapbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-preset-mapbox/package.json b/packages/babel-preset-mapbox/package.json index 7c2892b..927ff73 100644 --- a/packages/babel-preset-mapbox/package.json +++ b/packages/babel-preset-mapbox/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mapbox/babel-preset-mapbox.git" + "url": "git+https://github.com/mapbox/underreact.git" }, "author": "Mapbox", "contributors": [