mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove version constraints from http package in accounts-twitter
Is it event needed anymore?
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Login service for Twitter accounts",
|
||||
version: '1.5.1',
|
||||
version: '1.5.2',
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
@@ -12,7 +12,7 @@ Package.onUse(api => {
|
||||
api.use('twitter-oauth');
|
||||
api.imply('twitter-oauth');
|
||||
|
||||
api.use('http@1.0.1', ['client', 'server']);
|
||||
api.use('http', ['client', 'server']);
|
||||
|
||||
api.use(['accounts-ui', 'twitter-config-ui'], ['client', 'server'], { weak: true });
|
||||
api.addFiles("notice.js");
|
||||
|
||||
Reference in New Issue
Block a user