2
1
Fork 0
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:
Hannah Wolfe 2016-02-07 13:16:18 +00:00
parent bda942e20a
commit d8c1adc760

View file

@ -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"]
}
}