From f0cf6b82f31862a08e1f98cd5ddac97910ee5c32 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 27 Aug 2015 15:31:22 -0400 Subject: [PATCH] updating compatibility string for 0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35cbdb5..4739cff 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "passport-oauth": "~1.0.0" }, "nbbpm": { - "compatibility": "^0.5.0", + "compatibility": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0", "index": false } }