1
0
mirror of synced 2025-11-08 12:57:47 +00:00

build(greenkeeper): ignore updates to @types/node

this project will stick to the latest LTS release
This commit is contained in:
Jason Dreyzehner
2018-03-10 14:22:26 -05:00
parent 260a7d37bb
commit cc384e7fa4
2 changed files with 15 additions and 12 deletions

View File

@@ -115,11 +115,6 @@
"typedoc": "^0.11.1",
"typescript": "^2.4.1"
},
"nyc": {
"exclude": [
"**/*.spec.js"
]
},
"ava": {
"failFast": true,
"files": [
@@ -129,12 +124,22 @@
"build/main/**/*.js"
]
},
"prettier": {
"singleQuote": true
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"greenkeeper": {
"ignore": [
"@types/node"
]
},
"prettier": {
"singleQuote": true
},
"nyc": {
"exclude": [
"**/*.spec.js"
]
}
}