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

deps: remove jscs-jsdoc

- jscs-jsdoc is now part of jsdoc itself, and the additional plugin is no longer required
This commit is contained in:
Hannah Wolfe 2016-05-08 13:17:17 +02:00
parent 2744fed5d8
commit 5101913db1
2 changed files with 1 additions and 6 deletions

View file

@ -1,7 +1,4 @@
{
"plugins": [
"jscs-jsdoc"
],
"additionalRules": [ "core/test/utils/jscs-rules/*.js" ],
"requireCurlyBraces": [
"if",

View file

@ -93,7 +93,6 @@
"grunt-shell": "1.3.0",
"grunt-update-submodules": "0.4.1",
"istanbul": "0.4.3",
"jscs-jsdoc": "1.3.2",
"matchdep": "1.0.1",
"mocha": "2.4.5",
"nock": "8.0.0",
@ -113,8 +112,7 @@
"mysql",
"nodemailer",
"pg",
"showdown-ghost",
"jscs-jsdoc"
"showdown-ghost"
]
}
}