From ecfefc250c00dc832633e9e6f9a32928d03e78f0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 12 Jul 2023 00:26:35 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ts/00_commitinfo_data.ts diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..445d22d --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -0,0 +1,8 @@ +/** + * autocreated commitinfo by @pushrocks/commitinfo + */ +export const commitinfo = { + name: '@push.rocks/smartpath', + version: '5.0.7', + description: 'offers smart ways to handle paths' +}