Skip to content

Commit

Permalink
edited package json to include homepage, new name, and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-Wallace committed Mar 19, 2023
1 parent 4f0f8a9 commit 6d3b13d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpg-dice-js",
"version": "1.0.0",
"name": "@mateo-wallace/rpg-dice-js",
"version": "1.0.1",
"description": "Npm package that allows users to roll dice with all math and various forms of response",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"bugs": {
"url": "https://github.com/Mateo-Wallace/Rpg-Dice-Js/issues"
},
"homepage": "https://github.com/Mateo-Wallace/Rpg-Dice-Js#readme",
"homepage": "https://mateo-wallace.github.io/rpg-dice-js/",
"dependencies": {
"mathjs": "^11.6.0"
}
Expand Down

0 comments on commit 6d3b13d

Please sign in to comment.