diff --git a/_posts/2018-09-02-know-your-deps.markdown b/_posts/2018-09-02-know-your-deps.markdown index d2b6ef0..68f0431 100644 --- a/_posts/2018-09-02-know-your-deps.markdown +++ b/_posts/2018-09-02-know-your-deps.markdown @@ -3,7 +3,7 @@ title: Know your deps on package.json in seconds date: 2018-09-02 03:23:00 +09:00 --- -![screenshot](https://uetchy.github.io/npm-deps-list/screen.png) +![screen-1.png.jpeg](/uploads/screen-1.png.jpeg) How do you know what packages that project/library depend on and what exactly are that packages doing for? You'll want to quickly survey on them. So [npm-deps-list](https://github.com/uetchy/npm-deps-list) is here for.