1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2022-09-14 13:42:36 +02:00
parent 159b3144dc
commit b1429a3704
114 changed files with 1302 additions and 1053 deletions

View file

@ -34,12 +34,12 @@ const repo = {
exceptions: readConfigFile('exceptions.yaml'),
templates: {
pkg: readTemplateFile('package.dflt.json'),
data: readTemplateFile('data.dflt.mjs'),
changelog: readTemplateFile('changelog.dflt.md'),
readme: readTemplateFile('readme.dflt.md'),
build: readTemplateFile('build.dflt.mjs'),
designTests: readTemplateFile('design.test.mjs'),
pluginTests: readTemplateFile('plugin.test.mjs')
pluginTests: readTemplateFile('plugin.test.mjs'),
designTests: readTemplateFile('design.test.mjs.mustache'),
data: readTemplateFile('data.dflt.mjs.mustache'),
},
dirs: foldersByType(),
contributors: fs.readFileSync(path.join(cwd, 'CONTRIBUTORS.md'), 'utf-8'),