From 91eb2cbc6ef71e9a0a262fc419bae8bf68c1f911 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 29 May 2017 13:03:47 -0400 Subject: [PATCH] Bump NPM version to 0.2.8 in preparation for publishing. --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7242c9d4b8..1952163bee 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "meteor-node-stubs", - "version": "0.2.7", + "version": "0.2.8", "dependencies": { "asn1.js": { "version": "4.9.0", diff --git a/package.json b/package.json index b996327e7f..ebeea2b7f3 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.7", + "version": "0.2.8", "main": "index.js", "license": "MIT", "scripts": {