From 24cee57d755949521021f4af157952ce29ec5ae9 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 22 Sep 2017 14:33:29 +0700 Subject: [PATCH] Remove `longjohn` Fixes #723 --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index b1228f4..93b559d 100644 --- a/readme.md +++ b/readme.md @@ -218,7 +218,6 @@ Just type [`node.cool`](https://node.cool) to go here ✨ - [node-inspector](https://github.com/node-inspector/node-inspector) - Debugger based on Blink Developer Tools. - [devtool](https://github.com/Jam3/devtool) - Run Node.js programs through Chrome Dev Tools. - [Theseus](https://github.com/adobe-research/theseus) - JavaScript debugger featuring real-time code coverage, retroactive inspection and asynchronous call tree. -- [longjohn](https://github.com/mattinsler/longjohn) - Long stack traces with configurable call trace length. - [debug](https://github.com/visionmedia/debug) - Tiny debugging utility. - [jstrace](https://github.com/jstrace/jstrace) - Dynamic tracing for JavaScript, similar to dtrace, ktap etc. - [why-is-node-running](https://github.com/mafintosh/why-is-node-running) - Node.js is running but you don't know why?