Skip to content

Commit d93703b

Browse files
committed
Removed GitHub Packages
1 parent 128ef53 commit d93703b

File tree

2 files changed

+33
-37
lines changed

2 files changed

+33
-37
lines changed

.npmrc

-1
This file was deleted.

package.json

+33-36
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
11
{
2-
"name": "@modifiedcommand/convert-minecraft-java-texture-to-bedrock-api",
3-
"type": "module",
4-
"productName": "ConvertJavaTextureToBedrockApi",
5-
"version": "4.0.8",
6-
"description": "API for convert Minecraft Java texture packs to Bedrock texture packs",
7-
"keywords": [
8-
"Minecraft",
9-
"Texture",
10-
"Pack",
11-
"Convert",
12-
"Java",
13-
"Bedrock"
14-
],
15-
"author": "modifiedcommand",
16-
"license": "GPL-3.0-only",
17-
"repository": {
18-
"type": "git",
19-
"url": "git+https://github.com/ModifiedCommand/ConvertJavaTextureToBedrockApi.git"
20-
},
21-
"bugs": {
22-
"url": "https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock/issues"
23-
},
24-
"homepage": "https://github.com/ModifiedCommand/ConvertJavaTextureToBedrockApi#readme",
25-
"dependencies": {
26-
"@geekcornernpm/convert-base-api": "1.0.6",
27-
"uuid": "3.4.0"
28-
},
29-
"devDependencies": {},
30-
"engines": {
31-
"node": ">=14.0.0"
32-
},
33-
"publishConfig": {
34-
"registry":"https://npm.pkg.github.com"
35-
},
36-
"main": "src/index.mjs"
37-
}
2+
"name": "@modifiedcommand/convert-minecraft-java-texture-to-bedrock-api",
3+
"type": "module",
4+
"productName": "ConvertJavaTextureToBedrockApi",
5+
"version": "4.0.11",
6+
"description": "API for convert Minecraft Java texture packs to Bedrock texture packs",
7+
"keywords": [
8+
"Minecraft",
9+
"Texture",
10+
"Pack",
11+
"Convert",
12+
"Java",
13+
"Bedrock"
14+
],
15+
"author": "modifiedcommand",
16+
"license": "GPL-3.0-only",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/ModifiedCommand/ConvertJavaTextureToBedrockApi.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock/issues"
23+
},
24+
"homepage": "https://github.com/ModifiedCommand/ConvertJavaTextureToBedrockApi#readme",
25+
"dependencies": {
26+
"@geekcornernpm/convert-base-api": "1.0.6",
27+
"uuid": "3.4.0"
28+
},
29+
"devDependencies": {},
30+
"engines": {
31+
"node": ">=14.0.0"
32+
},
33+
"main": "src/index.mjs"
34+
}

0 commit comments

Comments
 (0)