diff --git a/maxun-core/browserSide/scraper.js b/maxun-core/src/browserSide/scraper.js similarity index 100% rename from maxun-core/browserSide/scraper.js rename to maxun-core/src/browserSide/scraper.js diff --git a/maxun-core/index.ts b/maxun-core/src/index.ts similarity index 100% rename from maxun-core/index.ts rename to maxun-core/src/index.ts diff --git a/maxun-core/interpret.ts b/maxun-core/src/interpret.ts similarity index 100% rename from maxun-core/interpret.ts rename to maxun-core/src/interpret.ts diff --git a/maxun-core/preprocessor.ts b/maxun-core/src/preprocessor.ts similarity index 100% rename from maxun-core/preprocessor.ts rename to maxun-core/src/preprocessor.ts diff --git a/maxun-core/types/logic.ts b/maxun-core/src/types/logic.ts similarity index 100% rename from maxun-core/types/logic.ts rename to maxun-core/src/types/logic.ts diff --git a/maxun-core/types/workflow.ts b/maxun-core/src/types/workflow.ts similarity index 100% rename from maxun-core/types/workflow.ts rename to maxun-core/src/types/workflow.ts diff --git a/maxun-core/utils/concurrency.ts b/maxun-core/src/utils/concurrency.ts similarity index 100% rename from maxun-core/utils/concurrency.ts rename to maxun-core/src/utils/concurrency.ts diff --git a/maxun-core/utils/logger.ts b/maxun-core/src/utils/logger.ts similarity index 100% rename from maxun-core/utils/logger.ts rename to maxun-core/src/utils/logger.ts diff --git a/maxun-core/utils/utils.ts b/maxun-core/src/utils/utils.ts similarity index 100% rename from maxun-core/utils/utils.ts rename to maxun-core/src/utils/utils.ts