Skip to content

Commit

Permalink
chore: bump version to latest 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
renanccastro committed Jul 16, 2024
1 parent e11175a commit d247514
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 @@ -124,7 +124,7 @@ function configurePackage (api, isTesting) {
'underscore', 'random', 'webapp', 'ecmascript'
], ['server']);

api.use(['http@3.0.0-alpha300.5', 'email'], 'server', { weak: !isTesting });
api.use(['http', 'email'], 'server', { weak: !isTesting });

api.use('fetch', 'server', {
weak: !isTesting,
Expand Down

0 comments on commit d247514

Please sign in to comment.