1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-07 23:02:56 +03:00

Initial commit

This commit is contained in:
Kegan Dougal
2015-03-04 13:37:04 +00:00
commit 0dfa52ef63
5 changed files with 151 additions and 0 deletions

3
index.js Normal file
View File

@@ -0,0 +1,3 @@
var matrixcs = require("../lib/matrix");
matrixcs.request(require("request"));
module.exports = matrixcs;