Merge pull request #2 from pulviscriptor/master

agario-client added to NPM
This commit is contained in:
Geoffrey Frogeye 2015-06-07 22:36:09 +02:00
commit 7dbb68a1a7
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;