Skip to content

Commit

Permalink
Fix lint issue in saml package
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosSpessatto committed Nov 1, 2018
1 parent 74fe2a3 commit 6d4c08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/meteor-accounts-saml/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Package.describe({
git: 'https://github.com/steffow/meteor-accounts-saml.git',
});

Package.on_use(function (api) {
Package.on_use(function(api) {
api.use([
'ecmascript',
'http',
Expand All @@ -15,7 +15,7 @@ Package.on_use(function (api) {
'routepolicy',
'webapp',
'rocketchat:lib',
'service-configuration'
'service-configuration',
], 'server');

api.mainModule('client/index.js', 'client');
Expand Down

0 comments on commit 6d4c08f

Please sign in to comment.