From 4fb969ae77dd391d7d7e681769a307c35b3a46f1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 12 Sep 2014 15:18:34 +0200 Subject: [PATCH] add `common-errors` - closes #107 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 428397d..c7d86c2 100644 --- a/readme.md +++ b/readme.md @@ -466,6 +466,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [webworker-threads](https://github.com/audreyt/node-webworker-threads) - Lightweight Web Worker API implementation with native threads. - [node-pre-gyp](https://github.com/mapbox/node-pre-gyp/) - Makes it easy to publish and install Node.js C++ addons from binaries. - [opencv](https://github.com/peterbraden/node-opencv) - Bindings for OpenCV. The defacto computer vision library. +- [common-errors](https://github.com/shutterstock/node-common-errors) - Common error classes and utility functions. ## Resources