Make dependencies peer. LAzy load YN so that if the feature is not used the dependency is ignored'

This commit is contained in:
RingOfStorms (Joshua Bell) 2020-12-21 20:03:52 -06:00
parent eb190da262
commit 64920a7a24
8 changed files with 111 additions and 77 deletions

View file

@ -15,7 +15,7 @@ Example root files:
```
# with npm
npm install @ringofstorms/dotenv-multi
npm install @ringofstorms/dotenv-multi dotenv dotenv-expand yn
```
# Usage