Compare commits

..

2 Commits

Author SHA1 Message Date
6f19c3cc71 5.0.17 2024-06-12 20:21:52 +02:00
4be54f6dcc fix(core): update 2024-06-12 20:21:51 +02:00
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

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/npmextra", "name": "@push.rocks/npmextra",
"version": "5.0.16", "version": "5.0.17",
"private": false, "private": false,
"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.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -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.'
} }