Skip to content

Commit

Permalink
Merge pull request #47 from Apollounknowndev/master
Browse files Browse the repository at this point in the history
Update to 1.20.2
  • Loading branch information
misode authored Oct 2, 2023
2 parents cffe8c1 + f4c199a commit 0c1b454
Show file tree
Hide file tree
Showing 43 changed files with 5,871 additions and 2 deletions.
29 changes: 29 additions & 0 deletions java/1.20.2/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "@mcschema/java-1.20.2",
"version": "0.0.3",
"description": "Schemas for Java Edition 1.20.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "Misode",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/misode/minecraft-schemas.git"
},
"dependencies": {
"@mcschema/core": "^0.12.40"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib/**/*",
"!lib/**/*.tsbuildinfo"
]
}
Loading

0 comments on commit 0c1b454

Please sign in to comment.