From f0e7bf60eab39c773b2fbe02537127f700d71fa6 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 29 Feb 2016 19:22:41 -0500 Subject: [PATCH] Bump NPM version to 0.2.0 in preparation for publishing. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a23920fa2c..8525de829b 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.1.1", + "version": "0.2.0", "main": "index.js", "license": "MIT", "scripts": {