Skip to content

Commit

Permalink
feat: update dependency to fetch to support 0.1.4 and 0.1.4-beta300.0
Browse files Browse the repository at this point in the history
update dependency to fetch to support 0.1.4 and 0.1.4-beta300.0
  • Loading branch information
dr-dimitru authored Mar 15, 2024
2 parents 3d776a8 + 2f4552c commit 0031a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package.onUse((api) => {
api.versionsFrom(['1.4', '3.0-beta.0']);
api.use('ecmascript', ['client', 'server']);
api.use('webapp', 'server');
api.use('fetch@0.1.4', 'client');
api.use('fetch@0.1.4 || 0.1.4-beta300.0', 'client');
api.mainModule('cookies.js', ['client', 'server']);
});

Expand Down

0 comments on commit 0031a1a

Please sign in to comment.