Skip to content

Commit

Permalink
Merge pull request #18 from jpmorganchase/feature/nop
Browse files Browse the repository at this point in the history
Fix package name in readme
  • Loading branch information
cristiano-belloni authored Aug 10, 2022
2 parents f4d2fd6 + 4edc50a commit 9884eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ It uses concurrency and [internal APIs](https://github.com/ije/esbuild-internal/

### Installation

`npm install depcom --save`
`npm install @jpmorganchase/depcom --save`

or

`yarn add depcom`
`yarn add @jpmorganchase/depcom`

### Usage

```ts
import { analyzeRuntimeDependencies } from "depcom";
import { analyzeRuntimeDependencies } from "@jpmorganchase/depcom";

const { ImportArray, Time, FileCount, Logs } = analyzeRuntimeDependencies({
path: "path/to/package",
Expand Down

0 comments on commit 9884eac

Please sign in to comment.