Skip to content

Commit

Permalink
Moved to npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 committed Dec 5, 2020
1 parent 214877d commit 05620a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skyblock-parser is a javascript library for processing Hypixel SkyBlock data. It

**Node.js 12.0.0 or newer is required.**

Run `npm i -s slothpixel/skyblock-parser` on your project folder.
Run `npm i -s skyblock-parser` on your project folder.


## Example usage
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@slothpixel/skyblock-parser",
"name": "skyblock-parser",
"version": "0.1.0",
"description": "A powerful library for processing Hypixel SkyBlock data",
"main": "./src/index.js",
Expand Down Expand Up @@ -29,8 +29,5 @@
},
"engines": {
"node": ">=12.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit 05620a1

Please sign in to comment.