From bacac5f2a4200cd34ef78eb8f7e9642ba19d216c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 11 Sep 2023 19:25:31 +0200 Subject: [PATCH] fix(core): update --- readme.md | 2 +- ts/00_commitinfo_data.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 ts/00_commitinfo_data.ts diff --git a/readme.md b/readme.md index 6fa4551..4e0c2f5 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ Platform support | [![Supports Windows 10](https://badgen.net/badge/supports%20W ## Usage -Use TypeScript for best in class intellisense +This module addresses single layer navigations. ## Contribution diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..0f3c1a3 --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -0,0 +1,8 @@ +/** + * autocreated commitinfo by @pushrocks/commitinfo + */ +export const commitinfo = { + name: '@designestate/navigation', + version: '1.0.6', + description: 'a module for opinionated navigation abstraction' +}