Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Nov 22, 2017
1 parent a45d89a commit 54e39af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vmod",
"version": "1.0.2",
"version": "1.0.3",
"description": "Virtual module for node.js",
"main": "vmod.js",
"scripts": {
Expand Down

0 comments on commit 54e39af

Please sign in to comment.