From 2ef460461e3cbf3a7d45f4cd92e70340f95d76a9 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Sun, 10 Mar 2019 03:37:40 +0100 Subject: [PATCH] Add npm-check-updates (#295) --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index f216090..e374db0 100644 --- a/readme.md +++ b/readme.md @@ -157,6 +157,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [simplehttp](https://github.com/snwfdhmp/simplehttp) - Most simplest and direct way to start serving a local directory over HTTP from CLI. - [shell2http](https://github.com/msoap/shell2http) - HTTP-server to execute shell commands. Designed for development, prototyping or remote control. - [HTTP Prompt](https://github.com/eliangcs/http-prompt) - An interactive command-line HTTP client featuring autocomplete and syntax highlighting. +- [npm-check-updates](https://github.com/tjunnone/npm-check-updates) - Find newer versions of package dependencies than what your package.json allows. + ### Mobile Development