From 5dbcfd678b04fd0c08b60c71abf1334669a36857 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 29 May 2017 10:56:58 -0400 Subject: [PATCH] Bump NPM version to 0.2.7 in preparation for publishing. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d8dce1ccc..eae031e136 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "meteor-node-stubs", "author": "Ben Newman ", "description": "Stub implementations of Node built-in modules, a la Browserify", - "version": "0.2.6", + "version": "0.2.7", "main": "index.js", "license": "MIT", "scripts": {