fix(npm): Remove .npmrc to avoid committing npm registry configuration

This commit is contained in:
2025-08-24 16:39:53 +00:00
parent 4338fba451
commit 32b024a8fd
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartipc',
version: '2.0.0',
version: '2.0.1',
description: 'A library for node inter process communication, providing an easy-to-use API for IPC.'
}