Skip to content

Commit 4f2ef8b

Browse files
Update pause dependency for license compliance
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
1 parent 0575de9 commit 4f2ef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"main": "./lib",
3737
"dependencies": {
3838
"passport-strategy": "1.x.x",
39-
"pause": "0.0.1",
39+
"pause": "0.1.0",
4040
"utils-merge": "^1.0.1"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)