Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
build: 📦 setup github package registry
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardDorian committed Jan 19, 2022
1 parent efa1b96 commit c18c835
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules/
.npmrc
node_modules/
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@solartweaks:registry=https://npm.pkg.github.com
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# minecraft-protocol-lunarclient
![GitHub package.json version](https://img.shields.io/github/package-json/v/Solar-tweaks/node-minecraft-protocol-lunarclient?style=for-the-badge)
![GitHub package.json version](https://img.shields.io/github/package-json/v/Solar-tweaks/minecraft-protocol-lunarclient?style=for-the-badge)

Custom packets used by Lunar Client for node-minecraft-protocol

Expand Down
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "minecraft-protocol-lunarclient",
"name": "@solar-tweaks/minecraft-protocol-lunarclient",
"version": "1.0.0",
"description": "Custom packets used by Lunar Client for node-minecraft-protocol",
"main": "src/index.js",
Expand All @@ -8,10 +8,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Solar-Tweaks/node-minecraft-protocol-lunarclient.git"
"url": "git+https://github.com/Solar-Tweaks/minecraft-protocol-lunarclient.git"
},
"keywords": [
"minecraft-protocol",
"node-minecraft-protocol",
"lunarclient"
],
"author": "Beanes",
Expand All @@ -20,10 +20,13 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Solar-Tweaks/node-minecraft-protocol-lunarclient/issues"
"url": "https://github.com/Solar-Tweaks/minecraft-protocol-lunarclient/issues"
},
"homepage": "https://github.com/Solar-Tweaks/node-minecraft-protocol-lunarclient#readme",
"homepage": "https://github.com/Solar-Tweaks/minecraft-protocol-lunarclient#readme",
"dependencies": {
"minecraft-protocol": "^1.30.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}

0 comments on commit c18c835

Please sign in to comment.