Skip to content

Commit

Permalink
Remove GitHub package registry configuration and publishing settings.
Browse files Browse the repository at this point in the history
- Remove `.npmrc` configuration to use organization-specific registry for GitHub packages. This is no longer necessary.
- Remove `"publishConfig"` setting from `package.json`. This setting specifies publishing configuration and is no longer needed, as organization-specific registry is being used.
  • Loading branch information
TejasLamba2006 committed Jun 27, 2023
1 parent 537dbf4 commit 21b08c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"directories": {
"test": "test"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"discord.js": "^14.11.0",
"emoji": "^0.3.2",
Expand All @@ -23,13 +20,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Rainbow-Studios/visa2discord.git"
"url": "git+https://github.com/TejasLamba2006/visa2discord.git"
},
"keywords": [],
"author": "TejasLamba2006",
"license": "ISC",
"bugs": {
"url": "https://github.com/The-Rainbow-Studios/visa2discord/issues"
"url": "https://github.com/TejasLamba2006/visa2discord/issues"
},
"homepage": "https://github.com/The-Rainbow-Studios/visa2discord#readme"
"homepage": "https://github.com/TejasLamba2006/visa2discord#readme"
}

0 comments on commit 21b08c0

Please sign in to comment.