Update packager script

Also check test and tester scripts
This commit is contained in:
Angelos Chalaris
2019-08-13 13:26:59 +03:00
parent e54329cb28
commit 199fe3a110
9 changed files with 1476 additions and 632 deletions

View File

@ -12,6 +12,11 @@ module.exports = {
assetPath: `assets`,
pagePath: `src/docs/pages`,
staticPartsPath: `src/static-parts`,
distPath: `dist`,
// General information
language: `js`,
// Module information
moduleName: `_30s`,
rollupInputFile: `imports.temp.js`,
testModuleFile: `test/_30s.js`,
};