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:
parent
599d5cf87d
commit
6842259a7a
1 changed files with 18 additions and 1 deletions
19
package.json
19
package.json
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue