Skip to content
Snippets Groups Projects
Commit 9e929f2f authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix packge file location

parent 535684be
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ Package.onUse(function(api) { ...@@ -17,7 +17,7 @@ Package.onUse(function(api) {
api.use('templating', 'client'); api.use('templating', 'client');
api.addFiles('lib/rocketchat.coffee', ['server','client']); api.addFiles('lib/rocketchat.coffee', ['server','client']);
api.addFiles('client/collection.coffee', ['server', 'client']); api.addFiles('client/collection.coffee', ['client']);
api.addFiles('client/startup.coffee', ['client']); api.addFiles('client/startup.coffee', ['client']);
api.addFiles('client/hasPermission.coffee', ['client']); api.addFiles('client/hasPermission.coffee', ['client']);
api.addFiles('client/hasRole.coffee', ['client']); api.addFiles('client/hasRole.coffee', ['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