Skip to content

Commit

Permalink
Deprecated HTTP documentation null
Browse files Browse the repository at this point in the history
  • Loading branch information
roy9495 committed Jan 5, 2024
1 parent 8cacebe commit bcad862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/deprecated/http/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Package.describe({
summary: "Make HTTP calls to remote servers",
version: '2.0.0',
deprecated: 'Please use the fetch package'
deprecated: 'Please use the fetch package',
documentation: null
});

Package.onUse(function (api) {
Expand Down

0 comments on commit bcad862

Please sign in to comment.