webworker-threads
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -0,1 +1,8 @@ | ||
## 0.4.9 | ||
### Bug Fixes | ||
* Fix compilation on Node 0.8.x (@RemcoTukker). | ||
* Upgrade LiveScript in devDependencies; no functional changes. | ||
## 0.4.8 | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "webworker-threads", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"main": "build/Release/WebWorkerThreads.node", | ||
@@ -39,3 +39,3 @@ "description": "Lightweight Web Worker API implementation with native threads", | ||
"devDependencies": { | ||
"LiveScript": "1.1.x" | ||
"LiveScript": "1.2.x" | ||
}, | ||
@@ -42,0 +42,0 @@ "gypfile": true, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
243206