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-github-enterprise/package.js

17 lines
437 B

Package.describe({
name: 'rocketchat:github-enterprise',
version: '0.0.1',
summary: 'RocketChat settings for GitHub Enterprise Oauth Flow',
});
Package.onUse(function(api) {
api.use('ecmascript');
api.use('rocketchat:lib');
api.use('rocketchat:custom-oauth');
api.use('templating', 'client');
api.addFiles('common.js');
api.addFiles('github-enterprise-login-button.css', 'client');
api.addFiles('startup.js', 'server');
});