versioned npm

This commit is contained in:
Brandon Nozaki Miller 2014-09-05 20:35:37 -07:00
parent 0e3793c805
commit 5f5f65bcb8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-ipc",
"version": "1.1.9",
"version": "1.1.10",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"main": "node-ipc.js",
"directories": {

View File

@ -23,7 +23,7 @@ ipc.connectTo(
);
ipc.of.testHarness.emit(
'fail',
'test-harness-fail-test'
'test-harness-this-test-should-fail'
);
setTimeout(
function(){