Skip to content
Snippets Groups Projects
Commit 0fef420c authored by Jason Mulligan's avatar Jason Mulligan
Browse files

Building the last pull request, version bump to release

parent 3e531838
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ var Worker = (function () { ...@@ -52,7 +52,7 @@ var Worker = (function () {
}, { }, {
key: "terminate", key: "terminate",
value: function terminate() { value: function terminate() {
this.child.kill("SIGHUP"); this.child.kill("SIGINT");
} }
}]); }]);
......
{ {
"name": "tiny-worker", "name": "tiny-worker",
"version": "1.1.4", "version": "1.1.5",
"description": "Tiny WebWorker for Server", "description": "Tiny WebWorker for Server",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
......
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