mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-23 13:45:48 +00:00
[CHORE] include superagent, vault-test
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"async": "~0.8.0",
|
||||
"ws": "~0.4.31",
|
||||
"extend": "~1.2.1",
|
||||
"lru-cache": "~2.5.0"
|
||||
"lru-cache": "~2.5.0",
|
||||
"superagent": "^0.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.14.0",
|
||||
|
||||
1
test/vault-test.js
Normal file
1
test/vault-test.js
Normal file
@@ -0,0 +1 @@
|
||||
var assert = require('assert');
|
||||
Reference in New Issue
Block a user