Skip to content

Commit

Permalink
Package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofoschi committed Jun 1, 2015
1 parent 94393cd commit 4020246
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Package.onUse(function(api) {
'[email protected]',
'kaptron:[email protected]',
'aldeed:[email protected]',
'aldeed:autoform@5.2.0',
'aldeed:autoform@5.3.0',
'aldeed:[email protected]',
'yogiben:[email protected]',
'[email protected]',
Expand Down Expand Up @@ -53,7 +53,7 @@ Package.onUse(function(api) {
api.addFiles([
'collections/base/basecollection.coffee',
'collections/currentusersession.coffee',
'collections/User.coffee',
'collections/meteoruser.coffee',
'lib/components/datatables.coffee',
'lib/extensions/array.coffee',
'lib/extensions/date.coffee',
Expand All @@ -74,6 +74,7 @@ Package.onUse(function(api) {
'client/scripts/helpers/notifications.coffee',
'client/scripts/helpers/session.coffee',
'client/scripts/helpers/storage.coffee',
'client/scripts/helpers/template.coffee',
'client/scripts/lib/amplify.js',
'client/scripts/loaders/adaptive-label.js',
'client/scripts/start.coffee'
Expand All @@ -82,6 +83,7 @@ Package.onUse(function(api) {
api.addFiles([
'server/api/_base.coffee',
'server/fixtures/_base.coffee',
'server/fixtures/user.coffee',
'server/helpers/auth.coffee',
'server/helpers/communication.coffee',
'server/helpers/email.coffee',
Expand Down

0 comments on commit 4020246

Please sign in to comment.