From 54e39afa12102948aafa60f7099fbe30af4e6156 Mon Sep 17 00:00:00 2001 From: Iskren Slavov Date: Wed, 22 Nov 2017 07:34:30 +0200 Subject: [PATCH] Fix description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a73977..2aecab3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Virtual module for node.js - vmod - Runs in different script context than your current script; - Executes a string of code in require-like environment; -- Allows passing custom sandbox environment; +- Allows you to override globals of the sandbox environment; - Returns `module.exports` output; - Throws errors that can be caught in your current context; diff --git a/package.json b/package.json index 240d770..72e0678 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vmod", - "version": "1.0.2", + "version": "1.0.3", "description": "Virtual module for node.js", "main": "vmod.js", "scripts": {