diff --git a/.npmrc b/.npmrc index cc1cfa5..c871be5 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -@ravuthz:registry=https://npm.pkg.github.com \ No newline at end of file +# @ravuthz:registry=https://npm.pkg.github.com +@ravuthz:registry=https://registry.npmjs.org \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..af306f1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,18 @@ +{ + "workbench.colorCustomizations": { + "titleBar.activeBackground": "#f7c16a", + "titleBar.activeForeground": "#000000", + "titleBar.inactiveBackground": "#f7c16a", + "titleBar.inactiveForeground": "#000000", + "titleBar.border": "#f7c16a", + "activityBar.background": "#f7c16a", + "activityBar.foreground": "#000000", + "statusBar.background": "#f7c16a", + "statusBar.foreground": "#000000", + "statusBar.debuggingBackground": "#f7c16a", + "statusBar.debuggingForeground": "#000000", + "tab.activeBorder": "#f7c16a", + "iLoveWorkSpaceColors": true, + "iLoveWorkSpaceRandom": false + } +} diff --git a/package.json b/package.json index 74770a6..6bbf694 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,13 @@ "start": "node ." }, "publishConfig": { - "registry": "https://npm.pkg.github.com" + "registry": "https://registry.npmjs.org" }, - "keywords": ["rename.js", "package.json", "rename.json"], + "keywords": [ + "rename.js", + "package.json", + "rename.json" + ], "author": "Ravuthz ", "description": "Rename package.json, author and version fields", "repository": "https://github.com/ravuthz/rename.json.git"