Skip to content

Commit f54afe7

Browse files
committed
0.3.0
1 parent 03257cd commit f54afe7

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
{
22
"name": "@crussell52/socket-ipc",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "An event-driven IPC implementation using unix file sockets.",
5-
"keywords": ["ipc", "interprocess", "messages", "communication", "sockets", "event", "unix", "mac", "linux"],
5+
"keywords": [
6+
"ipc",
7+
"interprocess",
8+
"messages",
9+
"communication",
10+
"sockets",
11+
"event",
12+
"unix",
13+
"mac",
14+
"linux"
15+
],
616
"homepage": "https://crussell52.github.io/node-socket-ipc/",
717
"bugs": {
818
"url": "https://github.com/crussell52/node-socket-ipc/issues"
@@ -14,5 +24,7 @@
1424
},
1525
"author": "Chris Russell <crussell52@gmail.com>",
1626
"license": "MIT",
17-
"engines" : { "node" : ">=8.0.0" }
18-
}
27+
"engines": {
28+
"node": ">=8.0.0"
29+
}
30+
}

0 commit comments

Comments
 (0)