Skip to content

Commit

Permalink
Merge pull request #107 from mapbox/update_docs
Browse files Browse the repository at this point in the history
Private repos
  • Loading branch information
millzpaugh authored Feb 7, 2018
2 parents 94c420a + 4ffa8a8 commit c3d13e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/publishing-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,5 @@ index e00b7b5..22f7cd9 100644
```js
"your-module": "https://github.com/<your-org>/<your-module>/tarball/<your-branch>",
```

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`.

0 comments on commit c3d13e7

Please sign in to comment.