fix issue #3 - wrong path on windows CMD

This commit is contained in:
David Pichsenmeister 2020-07-01 10:24:27 -07:00
parent f16da31dd7
commit 3f66d59192
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ const run = () => {
console.log('DO HOBN MA ' + files.length + ' GSCHICHTLN')
files.forEach(file => {
file = path.normalize(file)
const content = fs.readFileSync(path.normalize(file), 'utf8')
const dir = path.join(currentPath, 'dist')
if (!fs.existsSync(dir)) fs.mkdirSync(dir)

View file

@ -1,6 +1,6 @@
{
"name": "wienerscript",
"version": "1.0.1",
"version": "1.0.2",
"description": "WienerScript adds syntactic WIENERISCH to JavaScript that makes it less forgiving, more emotional, and even painful to write, allowing you to do less with more code.",
"main": "./index.js",
"bin": {