Bump NPM version to 0.3.2 in preparation for publishing.

This commit is contained in:
Ben Newman
2017-10-18 21:16:17 -04:00
parent 2b3509ef13
commit c09ed6f350
2 changed files with 2 additions and 2 deletions

2
npm-shrinkwrap.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "meteor-node-stubs",
"version": "0.3.1",
"version": "0.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -2,7 +2,7 @@
"name": "meteor-node-stubs",
"author": "Ben Newman <ben@meteor.com>",
"description": "Stub implementations of Node built-in modules, a la Browserify",
"version": "0.3.1",
"version": "0.3.2",
"main": "index.js",
"license": "MIT",
"scripts": {