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

Mover rocketchat.info into rocketchat:lib

parent 91210aca
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ Package.onUse(function(api) {
api.use('service-configuration');
api.use('check');
api.use('arunoda:streams');
api.use('rocketchat:version');
api.use('kadira:flow-router', 'client');
// COMMON LIB
......@@ -90,6 +91,9 @@ Package.onUse(function(api) {
api.addFiles('client/MessageAction.coffee', 'client');
api.addFiles('client/MessageTypes.coffee', 'client');
// VERSION
api.addFiles('rocketchat.info');
// TAPi18n
api.use('templating', 'client');
var _ = Npm.require('underscore');
......
File moved
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