Skip to content

Commit

Permalink
test: disable failing repos
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 29, 2020
1 parent a98eba7 commit e5e0b37
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/test.json
Expand Up @@ -27,7 +27,8 @@
"name": "jsonfile",
"repo": "https://github.com/jprichardson/node-jsonfile",
"description": "Easily read/write JSON files.",
"dependents": 370
"dependents": 370,
"disable": true
},
{
"name": "babel-tape-runner",
Expand Down Expand Up @@ -1316,7 +1317,8 @@
"name": "cross-fetch",
"repo": "https://github.com/lquixada/cross-fetch",
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
"dependents": 644
"dependents": 644,
"disable": true
},
{
"name": "blue-tape",
Expand Down Expand Up @@ -1439,7 +1441,8 @@
"name": "assets-webpack-plugin",
"repo": "https://github.com/ztoben/assets-webpack-plugin",
"description": "Emits a json file with assets paths",
"dependents": 466
"dependents": 466,
"disable": true
},
{
"name": "testdouble",
Expand Down

0 comments on commit e5e0b37

Please sign in to comment.