From 57ce9fb11a352dfaa6f08145cf9159fec0224bdb Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 1 Jun 2015 09:27:30 -0700 Subject: [PATCH] [package.json] Leave the protocol choice for a Github repo to npm Summary: Fixes #1371 Closes https://github.com/facebook/react-native/pull/1447 Github Author: Brent Vatne Test Plan: Imported from GitHub, without a `Test Plan:` line. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 535d59a57..19226bc08 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "react-timer-mixin": "^0.13.1", "react-tools": "0.13.2", "rebound": "^0.0.12", - "sane": "git://github.com/tadeuzagallo/sane.git#a029f8b04a", + "sane": "tadeuzagallo/sane#a029f8b04a", "source-map": "0.1.31", - "stacktrace-parser": "git://github.com/frantic/stacktrace-parser.git#493c5e5638", + "stacktrace-parser": "frantic/stacktrace-parser#493c5e5638", "uglify-js": "~2.4.16", "underscore": "1.7.0", "worker-farm": "^1.3.1",