Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Nov 28, 2023
1 parent b0e2ba7 commit 11c9b5d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Isolate Package

Isolate a monorepo workspace package to form a self-contained deployable package
that includes internal dependencies and a compatible lockfile.

<!-- TOC -->

- [Introduction](#introduction)
- [Features](#features)
- [Motivation](#motivation)
- [Install](#install)
Expand All @@ -31,8 +29,7 @@ that includes internal dependencies and a compatible lockfile.
- [workspaceRoot](#workspaceroot)
- [Troubleshooting](#troubleshooting)
- [Lockfiles](#lockfiles)
- [PNPM](#pnpm)
- [NPM](#npm)
- [NPM and PNPM](#npm-and-pnpm)
- [Yarn](#yarn)
- [A Partial Workaround](#a-partial-workaround)
- [Different Package Managers](#different-package-managers)
Expand All @@ -41,6 +38,12 @@ that includes internal dependencies and a compatible lockfile.

<!-- /TOC -->

## Introduction

Isolate a monorepo workspace package to form a self-contained deployable package
that includes internal dependencies and a compatible lockfile. The internal
packages structure is preserved, so dependencies are not bundled.

## Features

- Isolate a monorepo package with its internal dependencies to form a
Expand Down

0 comments on commit 11c9b5d

Please sign in to comment.