Move plugins one level up so they can be used by other configurations

This commit is contained in:
Andreas Hocevar
2014-07-31 16:34:57 +02:00
parent b6fa8908e5
commit 8e6711835c
3 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
"includePattern": "\\.js$"
},
"plugins": [
"buildcfg/jsdoc/info/api-plugin",
"buildcfg/jsdoc/info/define-plugin"
"buildcfg/jsdoc/api-plugin",
"buildcfg/jsdoc/define-plugin"
]
}