* Code cleanup and eslint since -- remove unused variables, clean up RegExs, so on...

This commit is contained in:
Bryan Ashby 2018-01-15 12:22:11 -07:00
parent a106050ba3
commit ac1433e84b
112 changed files with 1375 additions and 1898 deletions

View file

@ -36,10 +36,10 @@ function resolvePath(path) {
function getCleanEnigmaVersion() {
return packageJson.version
.replace(/\-/g, '.')
.replace(/-/g, '.')
.replace(/alpha/,'a')
.replace(/beta/,'b')
;
;
}
// See also ftn_util.js getTearLine() & getProductIdentifier()