Skip to content
Snippets Groups Projects
Unverified Commit ea3eb266 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Add /lennyface command

parent ecda2e68
No related merge requests found
...@@ -15,6 +15,7 @@ Package.onUse(function(api) { ...@@ -15,6 +15,7 @@ Package.onUse(function(api) {
api.use('ecmascript'); api.use('ecmascript');
api.addFiles('gimme.js', ['server', 'client']); api.addFiles('gimme.js', ['server', 'client']);
api.addFiles('lenny.js', ['server', 'client']);
api.addFiles('shrug.js', ['server', 'client']); api.addFiles('shrug.js', ['server', 'client']);
api.addFiles('tableflip.js', ['server', 'client']); api.addFiles('tableflip.js', ['server', 'client']);
api.addFiles('unflip.js', ['server', 'client']); api.addFiles('unflip.js', ['server', 'client']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment