Skip to content

Commit

Permalink
Update npm configure
Browse files Browse the repository at this point in the history
  • Loading branch information
ravuthz committed Jul 28, 2023
1 parent ff8d221 commit 8a30c54
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@ravuthz:registry=https://npm.pkg.github.com
# @ravuthz:registry=https://npm.pkg.github.com
@ravuthz:registry=https://registry.npmjs.org
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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
}
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"description": "Rename package.json, author and version fields",
"repository": "https://github.com/ravuthz/rename.json.git"
Expand Down

0 comments on commit 8a30c54

Please sign in to comment.