Skip to content

Commit

Permalink
Added repo link and contributors section to package.json (#14)
Browse files Browse the repository at this point in the history
* Added repo link and contributors section to package.json

Noticed the repo was missing and wanted to add my self to the contributors section (I need to be listed now that I am making a change, right?? 😉 ).

* Fixed JSON file

* Updated email

* Change files
  • Loading branch information
JakeShirley authored Feb 27, 2024
1 parent c9232c5 commit 1c9afe2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Added repo link and contributors section to package.json",
"packageName": "@minecraft/math",
"email": "jashir@mojang.com",
"dependentChangeType": "patch"
}
10 changes: 10 additions & 0 deletions libraries/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@
"name": "@minecraft/math",
"version": "1.3.0",
"author": "Raphael Landaverde (rlanda@microsoft.com)",
"contributors": [
{
"name": "Jake Shirley",
"email": "jashir@mojang.com"
}
],
"description": "Math utilities for use with minecraft scripting modules",
"main": "lib/index.js",
"types": "lib/types/math-public.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git"
},
"scripts": {
"build": "just build",
"lint": "just lint",
Expand Down

0 comments on commit 1c9afe2

Please sign in to comment.