From 0c80b0d20d629d249e99e02f3d76e3b6ac4bc0d6 Mon Sep 17 00:00:00 2001 From: Matt DesLauriers Date: Sun, 2 Nov 2014 10:14:05 -0500 Subject: [PATCH] adding 'module-best-practices' to tutorials hopefully the tutorial is not too opinionated :) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5dda7db..c17e197 100644 --- a/readme.md +++ b/readme.md @@ -523,6 +523,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [The Art of Node](https://github.com/maxogden/art-of-node/#the-art-of-node) - An introduction to Node.js. - [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams. - [browserify-handbook](https://github.com/substack/browserify-handbook) - The definitive guide for browserify. +- [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules. ### Discovery