mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Specify accounts-ui version
This commit is contained in:
parent
46236b572b
commit
6ab9de0469
2 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue