@vpn1/dutyclient
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -73,9 +73,2 @@ var debug = require('debug')('dutyclient') | ||
var client = new dutyclient('drvpn') | ||
await client.add('test.fifo',{ | ||
a: 1, | ||
n: 2 | ||
}) | ||
// module.exports=dutylib | ||
module.exports=dutyclient |
{ | ||
"name": "@vpn1/dutyclient", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2763
67