We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe178ff commit 6dc2ae3Copy full SHA for 6dc2ae3
package.json
@@ -2,7 +2,7 @@
2
"name": "@modifiedcommand/convert-minecraft-java-texture-to-bedrock-api",
3
"type": "module",
4
"productName": "ConvertJavaTextureToBedrockApi",
5
- "version": "4.0.6",
+ "version": "4.0.8",
6
"description": "API for convert Minecraft Java texture packs to Bedrock texture packs",
7
"keywords": [
8
"Minecraft",
@@ -30,5 +30,8 @@
30
"engines": {
31
"node": ">=14.0.0"
32
},
33
+ "publishConfig": {
34
+ "registry":"https://npm.pkg.github.com"
35
+ },
36
"main": "src/index.mjs"
37
}
0 commit comments