From ff8d221a9f42eecfda7be83bbdd3f489e114e6c2 Mon Sep 17 00:00:00 2001 From: Ravuthz Date: Fri, 28 Jul 2023 04:28:37 +0000 Subject: [PATCH] Add npm configure --- .npmrc | 1 + package-lock.json | 16 ++++++++++++++++ package.json | 3 +++ 3 files changed, 20 insertions(+) create mode 100644 .npmrc create mode 100644 package-lock.json diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..cc1cfa5 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@ravuthz:registry=https://npm.pkg.github.com \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..2ea8551 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,16 @@ +{ + "name": "rename.json", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "rename.json", + "version": "1.0.0", + "license": "MIT", + "bin": { + "rename.json": "main.js" + } + } + } +} diff --git a/package.json b/package.json index 6047ef8..74770a6 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "scripts": { "start": "node ." }, + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "keywords": ["rename.js", "package.json", "rename.json"], "author": "Ravuthz ", "description": "Rename package.json, author and version fields",