Skip to content

Commit

Permalink
add q
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 4, 2024
1 parent cc8730e commit 9887124
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/modules/bluebird.md → docs/modules/bluebird-q.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bluebird
# `bluebird` / `q`

`bluebird` [recommends that you switch away from it to native promises](https://github.com/petkaantonov/bluebird?tab=readme-ov-file#%EF%B8%8Fnote%EF%B8%8F).
[`bluebird`](https://github.com/petkaantonov/bluebird?tab=readme-ov-file#%EF%B8%8Fnote%EF%B8%8F) and [`q`](https://github.com/kriskowal/q#note) recommends that you switch away from them to native promises.

# Alternatives

Expand Down
8 changes: 7 additions & 1 deletion manifests/preferred.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"type": "documented",
"moduleName": "bluebird",
"docPath": "bluebird",
"docPath": "bluebird-q",
"category": "preferred"
},
{
Expand Down Expand Up @@ -2040,6 +2040,12 @@
"docPath": "momentjs",
"category": "preferred"
},
{
"type": "documented",
"moduleName": "q",
"docPath": "bluebird-q",
"category": "preferred"
},
{
"type": "documented",
"moduleName": "sort-object",
Expand Down

0 comments on commit 9887124

Please # to comment.