Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6f19c3cc71 | |||
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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user