From 4ffa8a89599ad93dfde334bed934cf06045e46b1 Mon Sep 17 00:00:00 2001 From: Ann Millspaugh Date: Wed, 7 Feb 2018 11:09:12 -0500 Subject: [PATCH] update with private repo publish info --- docs/publishing-binaries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/publishing-binaries.md b/docs/publishing-binaries.md index e5b9bd1..732acd4 100644 --- a/docs/publishing-binaries.md +++ b/docs/publishing-binaries.md @@ -162,3 +162,5 @@ index e00b7b5..22f7cd9 100644 ```js "your-module": "https://github.com///tarball/", ``` + +If you're publishing from a private repo, generate a dev release and then reference the url in the appropriate `package.json` file. For example, `zip` the repo, put to S3, and then reference the S3 url in `package.json`.