Merge pull request #2 from pulviscriptor/master
agario-client added to NPM
This commit is contained in:
commit
7dbb68a1a7
3 changed files with 1 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "client"]
|
||||
path = client
|
||||
url = git@github.com:pulviscriptor/agario-client.git
|
1
client
1
client
|
@ -1 +0,0 @@
|
|||
Subproject commit 6b0ac699fc4cc97f8815397d82c9d1db99949bde
|
2
loader.js
Normal file → Executable file
2
loader.js
Normal file → Executable file
|
@ -1,2 +1,2 @@
|
|||
window.Client = require('./client/agario-client.js');
|
||||
window.Client = require('agario-client');
|
||||
window.EventEmitter = require('events').EventEmitter;
|
||||
|
|
Reference in a new issue