versioned npm
This commit is contained in:
parent
0e3793c805
commit
5f5f65bcb8
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-ipc",
|
"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.",
|
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
||||||
"main": "node-ipc.js",
|
"main": "node-ipc.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
@ -23,7 +23,7 @@ ipc.connectTo(
|
||||||
);
|
);
|
||||||
ipc.of.testHarness.emit(
|
ipc.of.testHarness.emit(
|
||||||
'fail',
|
'fail',
|
||||||
'test-harness-fail-test'
|
'test-harness-this-test-should-fail'
|
||||||
);
|
);
|
||||||
setTimeout(
|
setTimeout(
|
||||||
function(){
|
function(){
|
||||||
|
|
Loading…
Reference in a new issue