Bump NPM version to 0.2.10 in preparation for publishing.

This commit is contained in:
Ben Newman
2017-06-02 16:24:24 -04:00
parent 8a1cf8cafb
commit e84ceee204
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.2.9",
"version": "0.2.10",
"dependencies": {
"asn1.js": {
"version": "4.9.0",

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.2.9",
"version": "0.2.10",
"main": "index.js",
"license": "MIT",
"scripts": {