Add more dependencies to next-update and greenkeep ignore list
This commit is contained in:
parent
ed9c4580bf
commit
a23be4d6d9
14
package.json
14
package.json
|
@ -413,14 +413,22 @@
|
|||
"next-update": {
|
||||
"skip": [
|
||||
"gherkin",
|
||||
"expand-home-dir"
|
||||
"expand-home-dir",
|
||||
"typescript",
|
||||
"typescript-formatter",
|
||||
"tidy-markdown",
|
||||
"underscore-plus"
|
||||
]
|
||||
}
|
||||
},
|
||||
"greenkeeper": {
|
||||
"ignore": [
|
||||
"gherkin",
|
||||
"expand-home-dir"
|
||||
"expand-home-dir",
|
||||
"typescript",
|
||||
"typescript-formatter",
|
||||
"tidy-markdown",
|
||||
"underscore-plus"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue