mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove versionsFrom account-base
This commit is contained in:
@@ -4,7 +4,6 @@ Package.describe({
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
api.versionsFrom('2.3');
|
||||
api.use('ecmascript', ['client', 'server']);
|
||||
api.use('ddp-rate-limiter');
|
||||
api.use('localstorage', 'client');
|
||||
|
||||
Reference in New Issue
Block a user