From 6d1ac87249ec09bf5fb179b011a650454005eddb Mon Sep 17 00:00:00 2001 From: Anand Thakker Date: Fri, 16 Mar 2018 12:54:30 -0400 Subject: [PATCH] v1.3.0-await.upstream.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de8a877..b0538d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/flow-remove-types", - "version": "1.3.0-await.upstream.0", + "version": "1.3.0-await.upstream.1", "description": "Removes Flow type annotations from JavaScript files with speed and simplicity.", "author": "Lee Byron (http://leebyron.com/)", "license": "BSD-3-Clause", @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "http://github.com/flowtype/flow-remove-types.git" + "url": "http://github.com/mapbox/flow-remove-types.git" }, "scripts": { "test": "./test.sh",