Skip to content

Commit 6dc2ae3

Browse files
authored
Update package.json
1 parent fe178ff commit 6dc2ae3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@modifiedcommand/convert-minecraft-java-texture-to-bedrock-api",
33
"type": "module",
44
"productName": "ConvertJavaTextureToBedrockApi",
5-
"version": "4.0.6",
5+
"version": "4.0.8",
66
"description": "API for convert Minecraft Java texture packs to Bedrock texture packs",
77
"keywords": [
88
"Minecraft",
@@ -30,5 +30,8 @@
3030
"engines": {
3131
"node": ">=14.0.0"
3232
},
33+
"publishConfig": {
34+
"registry":"https://npm.pkg.github.com"
35+
},
3336
"main": "src/index.mjs"
3437
}

0 commit comments

Comments
 (0)