Skip to content

Commit

Permalink
Update pause dependency for license compliance
Browse files Browse the repository at this point in the history
Pause `0.0.1` has no clear license, while `0.1.0` is explicitly `MIT`.

Based on the diff [1], this is low-risk: there's a refactor, but the
API is the same and it's doing the same simple underlying behaviour.

Fixes #663.

[1] stream-utils/pause@v0.0.1...v0.1.0#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346
  • Loading branch information
mitchhentgesspotify committed May 8, 2024
1 parent 0575de9 commit 4f2ef8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"main": "./lib",
"dependencies": {
"passport-strategy": "1.x.x",
"pause": "0.0.1",
"pause": "0.1.0",
"utils-merge": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 4f2ef8b

Please sign in to comment.