diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index febd07f833..64aadf29c4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "meteor-node-stubs", - "version": "0.2.1", + "version": "0.2.3", "dependencies": { "assert": { "version": "1.3.0", diff --git a/package.json b/package.json index b908f474b4..1141cbd11c 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.1", + "version": "0.2.3", "main": "index.js", "license": "MIT", "scripts": {