Skip to content

Commit

Permalink
Merge pull request #8132 from vcapretz/feature/move-command-open
Browse files Browse the repository at this point in the history
[MOVE] Move slashcommands-open to client folder
  • Loading branch information
rodrigok authored Oct 9, 2017
2 parents 1545f56 + 8a6cd43 commit 0ff1358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-slashcommands-open/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Package.onUse(function(api) {

api.use('templating', 'client');

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

0 comments on commit 0ff1358

Please sign in to comment.