Skip to content
Snippets Groups Projects
Unverified Commit 1939cf63 authored by Jason Mulligan's avatar Jason Mulligan
Browse files

Version bump to release #35 as an enhancement, updating dependencies

parent c7f09c49
No related branches found
No related tags found
No related merge requests found
...@@ -78,3 +78,7 @@ process.once("message", function (obj) { ...@@ -78,3 +78,7 @@ process.once("message", function (obj) {
vm.createScript(exp).runInThisContext(); vm.createScript(exp).runInThisContext();
} }
}); });
process.once("disconnect", function () {
return process.exit();
});
This diff is collapsed.
{ {
"name": "tiny-worker", "name": "tiny-worker",
"version": "2.2.0", "version": "2.3.0",
"description": "Tiny WebWorker for Server", "description": "Tiny WebWorker for Server",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
...@@ -23,16 +23,16 @@ ...@@ -23,16 +23,16 @@
}, },
"homepage": "https://github.com/avoidwork/tiny-worker", "homepage": "https://github.com/avoidwork/tiny-worker",
"devDependencies": { "devDependencies": {
"babel-core": "^6.26.2", "babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"grunt": "^1.0.4", "grunt": "^1.0.4",
"grunt-babel": "^7.0.0", "grunt-babel": "^7.0.0",
"grunt-cli": "^1.3.2", "grunt-cli": "^1.3.2",
"grunt-contrib-nodeunit": "^2.0.0", "grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-watch": "^1.1.0", "grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0" "grunt-eslint": "^22.0.0"
}, },
"dependencies": { "dependencies": {
"esm": "^3.2.22" "esm": "^3.2.25"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment