From 22f7593799419b1e4fcddf602a547fffbb07d3aa Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Sat, 26 Oct 2024 17:42:40 +0700 Subject: [PATCH] fix: change export to skeleton --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 06179ed..cdcf4fc 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ require = require('esm')(module /*, options*/); module.exports = { - ...require('./dist/libs/autocrud'), + ...require('./dist/libs/skeleton'), };