agario-client added to NPM

This commit is contained in:
pulviscriptor 2015-06-07 20:43:55 +03:00
parent d6f5945696
commit d59094aac6
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "client"]
path = client
url = git@github.com:pulviscriptor/agario-client.git

1
client

@ -1 +0,0 @@
Subproject commit 6b0ac699fc4cc97f8815397d82c9d1db99949bde

2
loader.js Normal file → Executable file
View File

@ -1,2 +1,2 @@
window.Client = require('./client/agario-client.js');
window.Client = require('agario-client');
window.EventEmitter = require('events').EventEmitter;