fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-12 20:21:51 +02:00
parent 5c6702b898
commit 4be54f6dcc
4 changed files with 9 additions and 5 deletions

View File

@ -30,7 +30,9 @@
"automation", "automation",
"async operations", "async operations",
"app configuration", "app configuration",
"smart file handling" "smart file handling",
"workflow improvement",
"persistent storage"
] ]
} }
}, },

View File

@ -66,6 +66,8 @@
"automation", "automation",
"async operations", "async operations",
"app configuration", "app configuration",
"smart file handling" "smart file handling",
"workflow improvement",
"persistent storage"
] ]
} }

View File

@ -1,5 +1,5 @@
# @push.rocks/npmextra # @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 ## Install
To install `@push.rocks/npmextra`, use the following npm command: To install `@push.rocks/npmextra`, use the following npm command:

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/npmextra', 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.' description: 'A utility to enhance npm with additional configuration, tool management capabilities, and a key-value store for project setups.'
} }