From 1754e04f820a781ee878bea84505aab7451b380d Mon Sep 17 00:00:00 2001 From: Danu Widatama Date: Sat, 18 Jun 2022 00:55:31 +0700 Subject: [PATCH] Fix executable files --- LICENSE | 0 README.md | 0 package.json | 0 rollup.config.js | 0 src/compiler/dialogues.js | 0 src/compiler/drawing.js | 0 src/compiler/index.js | 0 src/compiler/styles.js | 0 src/parser/dialogue.js | 0 src/parser/drawing.js | 0 src/parser/effect.js | 0 src/parser/index.js | 0 src/parser/style.js | 0 src/parser/tag.js | 0 src/parser/tags.js | 0 src/parser/text.js | 0 src/parser/time.js | 0 test/.eslintrc.json | 0 test/parser/dialogue.js | 0 test/parser/drawing.js | 0 test/parser/effect.js | 0 test/parser/index.js | 0 test/parser/style.js | 0 test/parser/tag.js | 0 test/parser/tags.js | 0 test/parser/text.js | 0 test/parser/time.js | 0 27 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 package.json mode change 100755 => 100644 rollup.config.js mode change 100755 => 100644 src/compiler/dialogues.js mode change 100755 => 100644 src/compiler/drawing.js mode change 100755 => 100644 src/compiler/index.js mode change 100755 => 100644 src/compiler/styles.js mode change 100755 => 100644 src/parser/dialogue.js mode change 100755 => 100644 src/parser/drawing.js mode change 100755 => 100644 src/parser/effect.js mode change 100755 => 100644 src/parser/index.js mode change 100755 => 100644 src/parser/style.js mode change 100755 => 100644 src/parser/tag.js mode change 100755 => 100644 src/parser/tags.js mode change 100755 => 100644 src/parser/text.js mode change 100755 => 100644 src/parser/time.js mode change 100755 => 100644 test/.eslintrc.json mode change 100755 => 100644 test/parser/dialogue.js mode change 100755 => 100644 test/parser/drawing.js mode change 100755 => 100644 test/parser/effect.js mode change 100755 => 100644 test/parser/index.js mode change 100755 => 100644 test/parser/style.js mode change 100755 => 100644 test/parser/tag.js mode change 100755 => 100644 test/parser/tags.js mode change 100755 => 100644 test/parser/text.js mode change 100755 => 100644 test/parser/time.js diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/package.json b/package.json old mode 100755 new mode 100644 diff --git a/rollup.config.js b/rollup.config.js old mode 100755 new mode 100644 diff --git a/src/compiler/dialogues.js b/src/compiler/dialogues.js old mode 100755 new mode 100644 diff --git a/src/compiler/drawing.js b/src/compiler/drawing.js old mode 100755 new mode 100644 diff --git a/src/compiler/index.js b/src/compiler/index.js old mode 100755 new mode 100644 diff --git a/src/compiler/styles.js b/src/compiler/styles.js old mode 100755 new mode 100644 diff --git a/src/parser/dialogue.js b/src/parser/dialogue.js old mode 100755 new mode 100644 diff --git a/src/parser/drawing.js b/src/parser/drawing.js old mode 100755 new mode 100644 diff --git a/src/parser/effect.js b/src/parser/effect.js old mode 100755 new mode 100644 diff --git a/src/parser/index.js b/src/parser/index.js old mode 100755 new mode 100644 diff --git a/src/parser/style.js b/src/parser/style.js old mode 100755 new mode 100644 diff --git a/src/parser/tag.js b/src/parser/tag.js old mode 100755 new mode 100644 diff --git a/src/parser/tags.js b/src/parser/tags.js old mode 100755 new mode 100644 diff --git a/src/parser/text.js b/src/parser/text.js old mode 100755 new mode 100644 diff --git a/src/parser/time.js b/src/parser/time.js old mode 100755 new mode 100644 diff --git a/test/.eslintrc.json b/test/.eslintrc.json old mode 100755 new mode 100644 diff --git a/test/parser/dialogue.js b/test/parser/dialogue.js old mode 100755 new mode 100644 diff --git a/test/parser/drawing.js b/test/parser/drawing.js old mode 100755 new mode 100644 diff --git a/test/parser/effect.js b/test/parser/effect.js old mode 100755 new mode 100644 diff --git a/test/parser/index.js b/test/parser/index.js old mode 100755 new mode 100644 diff --git a/test/parser/style.js b/test/parser/style.js old mode 100755 new mode 100644 diff --git a/test/parser/tag.js b/test/parser/tag.js old mode 100755 new mode 100644 diff --git a/test/parser/tags.js b/test/parser/tags.js old mode 100755 new mode 100644 diff --git a/test/parser/text.js b/test/parser/text.js old mode 100755 new mode 100644 diff --git a/test/parser/time.js b/test/parser/time.js old mode 100755 new mode 100644