From 1bd984ee540bf8bf3d9a4876dfa8e992f23081b6 Mon Sep 17 00:00:00 2001 From: Selwyn Date: Sat, 26 Aug 2017 22:12:29 +0200 Subject: [PATCH] Remove deprecated module `nar` (#727) --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 6e222e2..ef147dc 100644 --- a/readme.md +++ b/readme.md @@ -802,7 +802,6 @@ Just type [`node.cool`](https://node.cool) to go here ✨ - [dotenv](https://github.com/motdotla/dotenv) - Load environment variables from .env file. - [remote-git-tags](https://github.com/sindresorhus/remote-git-tags) - Get tags from a remote git repo. - [semver](https://github.com/npm/node-semver) - [semver](http://semver.org) parser. -- [nar](https://github.com/h2non/nar) - Create self-contained executable binaries. - [Faker.js](https://github.com/Marak/Faker.js) - Generate massive amounts of fake data. - [nodegit](https://github.com/nodegit/nodegit) - Native bindings to Git. - [json-strictify](https://github.com/pigulla/json-strictify) - Safely serialize a value to JSON without data loss or going into an infinite loop.