Comparing version 0.1.7 to 0.1.8
/** | ||
* Loading "db" and "remote" modules | ||
* Loading "db" and "channel" modules | ||
* @type {Object} | ||
*/ | ||
const db = require("./db") | ||
const remote = require("./remote") | ||
const channel = require("./channel") | ||
@@ -14,3 +14,3 @@ /** | ||
db, | ||
remote | ||
channel | ||
} |
{ | ||
"name": "sinix", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"repository": "https://github.com/sinix-dev/sinix.js", | ||
@@ -5,0 +5,0 @@ "description": "", |
# Sinix | ||
[Letter to SLoP Contributors](https://github.com/sinix-dev/sinix/wiki/Letter-to-SLoP-Contributors) | ||
Build games for Sinix with [Joystick](https://github.com/sinix-dev/sinix-android) support | ||
@@ -6,0 +4,0 @@ |
12196
71