Skip to content
Snippets Groups Projects
Unverified Commit ecda2e68 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Packages information

parent 88dc0c53
No related branches found
No related tags found
No related merge requests found
......@@ -78,16 +78,14 @@ rocketchat:piwik
rocketchat:push-notifications
rocketchat:reactions
rocketchat:slackbridge
rocketchat:slashcommands-tableflip
rocketchat:slashcommands-asciiarts
rocketchat:slashcommands-invite
rocketchat:slashcommands-join
rocketchat:slashcommands-kick
rocketchat:slashcommands-leave
rocketchat:slashcommands-me
rocketchat:slashcommands-mute
rocketchat:slashcommands-shrug
rocketchat:slashcommands-topic
rocketchat:slashcommands-flip
rocketchat:spotify
rocketchat:statistics
rocketchat:streamer
......
......@@ -174,16 +174,14 @@ rocketchat:piwik@0.0.1
rocketchat:push-notifications@0.0.1
rocketchat:reactions@0.0.1
rocketchat:slackbridge@0.0.1
rocketchat:slashcommands-asciiarts@0.0.1
rocketchat:slashcommands-invite@0.0.1
rocketchat:slashcommands-join@0.0.1
rocketchat:slashcommands-kick@0.0.1
rocketchat:slashcommands-leave@0.0.1
rocketchat:slashcommands-me@0.0.1
rocketchat:slashcommands-mute@0.0.1
rocketchat:slashcommands-shrug@0.0.1
rocketchat:slashcommands-tableflip@0.0.1
rocketchat:slashcommands-topic@0.0.1
rocketchat:slashcommands-shrug@0.0.1
rocketchat:sms@0.0.1
rocketchat:spotify@0.0.1
rocketchat:statistics@0.0.1
......
Package.describe({
name: 'rocketchat:slashcommands-shrug',
version: '0.0.1',
summary: 'Message pre-processor that will translate /shrug commands',
git: ''
});
Package.onUse(function(api) {
api.versionsFrom('1.0');
api.use([
'rocketchat:lib'
]);
api.use('ecmascript');
api.addFiles('shrug.js', ['server', 'client']);
});
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