Specify accounts-ui version

This commit is contained in:
SachaG 2017-03-05 08:10:06 +00:00
parent 46236b572b
commit 6ab9de0469
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Package.onUse(function (api) {
'nova:core',
'nova:forms',
'std:accounts-ui',
'std:accounts-ui@1.2.19',
]);
api.addFiles('lib/style.css', 'client');

View file

@ -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.18',
'std:accounts-ui@1.2.19',
]);
api.mainModule("lib/server.js", "server");