Skip to content

Commit

Permalink
Merge pull request #7667 from Kiran-Rao/autolinker
Browse files Browse the repository at this point in the history
[MOVE] Client folder rocketchat-autolinker
  • Loading branch information
rodrigok committed Aug 8, 2017
2 parents 627f4a2 + 8d2431f commit e49952f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/rocketchat-autolinker/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Package.onUse(function(api) {
api.use('ecmascript');
api.use('rocketchat:lib');

api.addFiles('client.js', 'client');
api.addFiles('client/client.js', 'client');

api.addFiles('settings.js', 'server');
api.addFiles('server/settings.js', 'server');
});
File renamed without changes.

0 comments on commit e49952f

Please sign in to comment.