0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Merge pull request #6453 from ErisDS/greenkeeper

Add greenkeeper ignore spec to package.json
This commit is contained in:
Sebastian Gierlinger 2016-02-08 09:36:23 +01:00
commit f3a82cd1e9

View file

@ -102,5 +102,8 @@
"supertest": "1.0.1", "supertest": "1.0.1",
"testem": "0.8.3", "testem": "0.8.3",
"top-gh-contribs": "2.0.2" "top-gh-contribs": "2.0.2"
},
"greenkeeper": {
"ignore": ["bookshelf", "knex", "bluebird", "glob", "lodash", "nodemailer", "showdown-ghost", "should", "supertest"]
} }
} }