Skip to content

Commit

Permalink
disable failing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 28, 2019
1 parent 1f6668c commit efe67aa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test.json
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,8 @@
"name": "electron-spawn",
"repo": "https://github.com/maxogden/electron-spawn",
"description": "easy way to run code inside of a headless electron window from the CLI",
"dependents": 5
"dependents": 5,
"disable": true
},
{
"name": "git-state",
Expand Down Expand Up @@ -1628,7 +1629,8 @@
"name": "cliui",
"repo": "https://github.com/bcoe/cliui",
"description": "easily create complex multi-column command-line-interfaces",
"dependents": 5
"dependents": 5,
"disable": true
},
{
"name": "libp2p-tcp",
Expand Down Expand Up @@ -2085,7 +2087,8 @@
"name": "application-config-path",
"repo": "https://github.com/LinusU/node-application-config-path",
"description": "Store your application config in the right location.",
"dependents": 3
"dependents": 3,
"disable": true
},
{
"name": "sanitycheck",
Expand Down

0 comments on commit efe67aa

Please sign in to comment.