Skip to content

Commit

Permalink
update std:accounts-ui to 1.2.18 and remove meteor_subscribe.js
Browse files Browse the repository at this point in the history
  • Loading branch information
comus committed Feb 7, 2017
1 parent 26a2419 commit 01b4a80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ srp@1.0.10
standard-minifier-css@1.3.2
standard-minifier-js@1.2.1
standard-minifiers@1.0.6
std:accounts-ui@1.2.17
std:accounts-ui@1.2.18
tmeasday:check-npm-versions@0.3.1
tracker@1.1.1
ui@1.0.12
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-demo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Package.onUse(function (api) {
'nova:core@1.0.0',
'nova:forms@1.0.0',

'std:accounts-ui@1.2.17',
'std:accounts-ui@1.2.18',
]);

api.addFiles('lib/style.css', 'client');

api.mainModule('server.js', 'server');
api.mainModule('client.js', 'client');

});
2 changes: 1 addition & 1 deletion packages/nova-base-components/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Package.onUse(function (api) {
// third-party packages
'fortawesome:fontawesome@4.5.0',
'tmeasday:check-npm-versions@0.3.1',
'std:accounts-ui@1.2.17',
'std:accounts-ui@1.2.18',
'utilities:react-list-container@0.1.10',
]);

Expand Down
1 change: 0 additions & 1 deletion packages/nova-lib/lib/server/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import './oauth_config.js';
import './meteor_subscribe.js'

export * from '../modules/index.js';
export * from './store.js';
Expand Down
6 changes: 0 additions & 6 deletions packages/nova-lib/lib/server/meteor_subscribe.js

This file was deleted.

0 comments on commit 01b4a80

Please sign in to comment.