0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

🛠 Make greenkeeper ignore grunt dependencies (#7463)

closes #7436

- We're moving away from grunt, so lets not worry about version bumps for now
This commit is contained in:
Hannah Wolfe 2016-09-30 13:38:14 +01:00 committed by Katharina Irrgang
parent 599d5cf87d
commit 6842259a7a

View file

@ -122,7 +122,24 @@
"glob", "glob",
"mysql", "mysql",
"nodemailer", "nodemailer",
"showdown-ghost" "showdown-ghost",
"grunt",
"grunt-bg-shell",
"grunt-cli",
"grunt-contrib-clean",
"grunt-contrib-compress",
"grunt-contrib-copy",
"grunt-contrib-jshint",
"grunt-contrib-uglify",
"grunt-contrib-watch",
"grunt-docker",
"grunt-express-server",
"grunt-jscs",
"grunt-mocha-cli",
"grunt-mocha-istanbul",
"grunt-shell",
"grunt-subgrunt",
"grunt-update-submodules"
] ]
} }
} }