diff --git a/.gitignore b/.gitignore index 48e4eaa..40b878d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -node_modules/ -.npmrc \ No newline at end of file +node_modules/ \ No newline at end of file diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..a4be3ad --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@solartweaks:registry=https://npm.pkg.github.com \ No newline at end of file diff --git a/README.md b/README.md index df3474e..438b0df 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 83ebdfa..33cb54c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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" } }