fix(core): update
This commit is contained in:
parent
5c6702b898
commit
4be54f6dcc
@ -30,7 +30,9 @@
|
|||||||
"automation",
|
"automation",
|
||||||
"async operations",
|
"async operations",
|
||||||
"app configuration",
|
"app configuration",
|
||||||
"smart file handling"
|
"smart file handling",
|
||||||
|
"workflow improvement",
|
||||||
|
"persistent storage"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -66,6 +66,8 @@
|
|||||||
"automation",
|
"automation",
|
||||||
"async operations",
|
"async operations",
|
||||||
"app configuration",
|
"app configuration",
|
||||||
"smart file handling"
|
"smart file handling",
|
||||||
|
"workflow improvement",
|
||||||
|
"persistent storage"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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:
|
||||||
|
@ -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.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user