Skip to content

Commit

Permalink
Move slashcommands-open to client folder
Browse files Browse the repository at this point in the history
ref #6046
  • Loading branch information
vcapretz committed Sep 14, 2017
1 parent e647926 commit 8a6cd43
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 8a6cd43

Please sign in to comment.