From c2e65880cea49bdea307cdd2a81d47c9194818a6 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 12 Sep 2014 12:55:37 +0200 Subject: [PATCH] remove duplicate of `he` - fixes #119 --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 100cd94..220cbeb 100644 --- a/readme.md +++ b/readme.md @@ -448,7 +448,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [stringify-object](https://github.com/yeoman/stringify-object) - Stringify an object/array like JSON.stringify just without all the double-quotes. - [strip-bom](https://github.com/sindresorhus/strip-bom) - Strip UTF-8 byte order mark (BOM) from a string/buffer/stream. - [shelljs](https://github.com/arturadib/shelljs) - Portable Unix shell commands. -- [he](https://github.com/mathiasbynens/he) - A robust HTML entity encoder/decoder. - [nan](https://github.com/rvagg/nan) - A header file filled with macro and utility goodness for making add-on development for across Node.js versions easier. - [ssh2](https://github.com/mscdex/ssh2) - An SSH2 client module. - [lazy-req](https://github.com/sindresorhus/lazy-req) - Require modules lazily.