From 4be54f6dccb689e82b1350a2ce68a3ed450241c1 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 12 Jun 2024 20:21:51 +0200 Subject: [PATCH] fix(core): update --- npmextra.json | 4 +++- package.json | 6 ++++-- readme.md | 2 +- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/npmextra.json b/npmextra.json index ac3724b..b947aa6 100644 --- a/npmextra.json +++ b/npmextra.json @@ -30,7 +30,9 @@ "automation", "async operations", "app configuration", - "smart file handling" + "smart file handling", + "workflow improvement", + "persistent storage" ] } }, diff --git a/package.json b/package.json index 2e09b62..af209c1 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,8 @@ "automation", "async operations", "app configuration", - "smart file handling" + "smart file handling", + "workflow improvement", + "persistent storage" ] -} +} \ No newline at end of file diff --git a/readme.md b/readme.md index 7f94943..ffea54a 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # @push.rocks/npmextra -Enhances npm with additional configuration and tool management capabilities, including a key-value store for project setups. +A utility to enhance npm with additional configuration, tool management capabilities, and a key-value store for project setups. ## Install To install `@push.rocks/npmextra`, use the following npm command: diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7771b19..7152d43 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/npmextra', - version: '5.0.16', + version: '5.0.17', description: 'A utility to enhance npm with additional configuration, tool management capabilities, and a key-value store for project setups.' }