Skip to content

Commit d40ebd5

Browse files
committed
disable packages that break because of "promise/param-name"
See: standard/standard#282
1 parent 53c3ff5 commit d40ebd5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

test.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@
398398
"name": "thunks",
399399
"repo": "https://github.com/thunks/thunks",
400400
"description": "A small and magical tool that compose all the asynchronous.",
401-
"dependents": 26
401+
"dependents": 26,
402+
"disable": "standard 6.0.0"
402403
},
403404
{
404405
"name": "param-case",
@@ -635,7 +636,8 @@
635636
"name": "glob-promise",
636637
"repo": "https://github.com/ahmadnassri/glob-promise",
637638
"description": "Promise version of glob",
638-
"dependents": 15
639+
"dependents": 15,
640+
"disable": "standard 6.0.0"
639641
},
640642
{
641643
"name": "jsreport-templates",
@@ -714,7 +716,8 @@
714716
"name": "mkdirp-promise",
715717
"repo": "https://github.com/ahmadnassri/mkdirp-promise",
716718
"description": "Promise version of mkdirp",
717-
"dependents": 14
719+
"dependents": 14,
720+
"disable": "standard 6.0.0"
718721
},
719722
{
720723
"name": "electron-mocha",
@@ -1392,7 +1395,8 @@
13921395
"name": "fs-writefile-promise",
13931396
"repo": "https://github.com/ahmadnassri/fs-writefile-promise",
13941397
"description": "Promise version of fs.writefile",
1395-
"dependents": 5
1398+
"dependents": 5,
1399+
"disable": "standard 6.0.0"
13961400
},
13971401
{
13981402
"name": "builtin-status-codes",
@@ -2486,7 +2490,8 @@
24862490
"name": "pouchdb-hoodie-sync",
24872491
"repo": "https://github.com/hoodiehq/pouchdb-hoodie-sync",
24882492
"description": "Hoodie-like sync API for PouchDB",
2489-
"dependents": 3
2493+
"dependents": 3,
2494+
"disable": "standard 6.0.0"
24902495
},
24912496
{
24922497
"name": "ip-packet",

0 commit comments

Comments
 (0)