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",