Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 7bf5460

Browse files
committedDec 18, 2015
Fix glob-stream version to avoid issues with upgraded micromatch library
1 parent 7ffa08c commit 7bf5460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"concurrently": "^1.0.0",
3434
"eslint-config-standard": "^4.4.0",
3535
"eslint-plugin-standard": "^1.3.1",
36+
"glob-stream": "5.2.0",
3637
"gulp": "^3.9.0",
3738
"gulp-bump": "^1.0.0",
3839
"gulp-eslint": "^1.0.0",

3 commit comments

Comments
 (3)

fazo96 commented on Dec 19, 2015

@fazo96

This doesn't work on my system, js-ipfs-api still pulls glob-stream 5.3.0 unless I force it to 5.2.0 from my project's package.json :(

dignifiedquire commented on Dec 19, 2015

@dignifiedquire
ContributorAuthor

@fazo96 could you do me a favor and file an issue with glob-stream and micromatch so they fix this issue at the source?

fazo96 commented on Dec 19, 2015

@fazo96

yes, sounds good 👍

This repository has been archived.