The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rocket.Chat/packages/rocketchat-highlight-words/package.js

20 lines
503 B

Package.describe({
name: 'rocketchat:highlight-words',
version: '0.0.1',
// Brief, one-line summary of the package.
summary: '',
// URL to the Git repository containing the source code for this package.
git: '',
// By default, Meteor will default to using README.md for documentation.
// To avoid submitting documentation, set this field to null.
documentation: ''
});
Package.onUse(function(api) {
api.use([
'ecmascript',
'rocketchat:lib'
]);
api.addFiles('client.js', 'client');
});