move dev dep note
This commit is contained in:
parent
ab7a5b2458
commit
c3c19fc718
|
@ -69,15 +69,15 @@ exports most of the symbols for usage as a library.
|
||||||
> yarn add -D salty-dog
|
> 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:
|
Import the main module using:
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import { main } from 'salty-dog/app';
|
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
|
Installing as a global package is not recommended, since it makes managing versions difficult and updates will effect
|
||||||
multiple projects.
|
multiple projects.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue