Update config for new tooling

This commit is contained in:
Angelos Chalaris
2019-12-02 22:48:22 +02:00
parent 2dde34028f
commit e29c6f1c20

View File

@ -16,7 +16,7 @@ module.exports = {
distPath: `dist`,
testPath: `test`,
// General information
language:{
language: {
short: `js`,
long: `JavaScript`
},
@ -28,5 +28,6 @@ module.exports = {
requirables: [
`snippets.json`,
`archivedSnippets.json`
]
],
parser: '_30codeParser',
};