Skip to content

Commit

Permalink
Convert rocketchat-slashcommands-me to main module structure (#12822)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosSpessatto authored and rodrigok committed Dec 4, 2018
1 parent 8e586fc commit 430fa7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/rocketchat-slashcommands-me/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ Package.onUse(function(api) {
'ecmascript',
'rocketchat:lib',
]);

api.addFiles('me.js', 'server');
api.mainModule('server/index.js', 'server');
});
1 change: 1 addition & 0 deletions packages/rocketchat-slashcommands-me/server/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './me';
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Meteor } from 'meteor/meteor';
import { RocketChat } from 'meteor/rocketchat:lib';
import s from 'underscore.string';

/*
Expand Down

0 comments on commit 430fa7b

Please sign in to comment.