1
0
Fork 0

move dev dep note

This commit is contained in:
Sean Sube 2022-04-24 18:15:03 -05:00
parent ab7a5b2458
commit c3c19fc718
1 changed files with 3 additions and 3 deletions

View File

@ -69,15 +69,15 @@ exports most of the symbols for usage as a library.
> yarn add -D salty-dog
```
Unless you want to ship `salty-dog` as a production library without bundling, it should typically be installed as a
development dependency.
Import the main module using:
```typescript
import { main } from 'salty-dog/app';
```
Unless you want to ship `salty-dog` as a production library without bundling, it should typically be installed as a
development dependency.
Installing as a global package is not recommended, since it makes managing versions difficult and updates will effect
multiple projects.