Skip to content

Commit

Permalink
✅ Add async to devDependencies
Browse files Browse the repository at this point in the history
We incorrectly [removed `async`][1] from our dependencies, but we still
import this library for our tests.

This change puts it back in our `devDependencies`

[1]: https://github.com/share/sharedb-mongo/pull/140/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L7
  • Loading branch information
alecgibson committed Feb 28, 2023
1 parent a49c324 commit eda5a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"sharedb": "^1.9.1 || ^2.0.0 || ^3.0.0"
},
"devDependencies": {
"async": "^3.2.4",
"chai": "^4.2.0",
"coveralls": "^3.0.7",
"eslint": "^5.16.0",
Expand Down

0 comments on commit eda5a69

Please sign in to comment.