Add instructions for updating npm packages

This commit is contained in:
Miguel Solorio 2019-04-11 10:30:40 -07:00
Родитель 3f94958b49
Коммит 200bc7b4bb
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,14 @@ npm run build
Output will be exported to a `dist` folder. You can alternately run `npm run dev` that will also generate a preview file.
### Update Packages
You can run `npm outdated` to see if there are any package updates. To update packages, run:
```
npm update
```
# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a