From 8cd170f8f75b747a413a21bd7c9065eacd730457 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 17 Feb 2015 16:51:20 -0500 Subject: [PATCH] instructing nbbpm to not index me --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2726ce3..2b55b63 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "passport-oauth": "~1.0.0" }, "nbbpm": { - "compatibility": "^0.5.0" + "compatibility": "^0.5.0", + "index": false } }