mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Add greenkeeper ignore spec to package.json
refs #6452 - add a list of our deliberately pinned dependencies and dev dependencies, so that greenkeeper will ignore these
This commit is contained in:
parent
bda942e20a
commit
d8c1adc760
1 changed files with 3 additions and 0 deletions
|
@ -102,5 +102,8 @@
|
|||
"supertest": "1.0.1",
|
||||
"testem": "0.8.3",
|
||||
"top-gh-contribs": "2.0.2"
|
||||
},
|
||||
"greenkeeper": {
|
||||
"ignore": ["bookshelf", "knex", "bluebird", "glob", "lodash", "nodemailer", "showdown-ghost", "should", "supertest"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue