Skip to content

Commit 1e63e73

Browse files
authored
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?? 😉 ).
1 parent 43cc1e9 commit 1e63e73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libraries/math/package.json

+10
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"name": "@minecraft/math",
33
"version": "1.1.1",
44
"author": "Raphael Landaverde ([email protected])",
5+
"contributors": [
6+
{
7+
"name": "Jake Shirley",
8+
"email": "[email protected]"
9+
}
10+
],
511
"description": "Math utilities for use with minecraft scripting modules",
612
"main": "lib/index.js",
713
"types": "lib/types/math-public.d.ts",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/Mojang/minecraft-scripting-libraries.git"
17+
}
818
"scripts": {
919
"build": "just build",
1020
"lint": "just lint",

0 commit comments

Comments
 (0)