Skip to content

Commit 37e742a

Browse files
committed
Fix package.json settings
1 parent 12aaf0b commit 37e742a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

com.github.asus4.onnxruntime-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"repository": "https://github.com/asus4/onnxruntime-unity.git"
17+
"url": "https://github.com/asus4/onnxruntime-unity.git"
1818
},
1919
"documentationUrl": "https://github.com/asus4/onnxruntime-unity",
2020
"changelogUrl": "https://github.com/asus4/onnxruntime-unity/releases",

com.github.asus4.onnxruntime-genai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"repository": "https://github.com/asus4/onnxruntime-unity.git"
17+
"url": "https://github.com/asus4/onnxruntime-unity.git"
1818
},
1919
"documentationUrl": "https://github.com/asus4/onnxruntime-unity",
2020
"changelogUrl": "https://github.com/asus4/onnxruntime-unity/releases",

com.github.asus4.onnxruntime.linux-x64-gpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"repository": "https://github.com/asus4/onnxruntime-unity.git"
17+
"url": "https://github.com/asus4/onnxruntime-unity.git"
1818
},
1919
"documentationUrl": "https://github.com/asus4/onnxruntime-unity",
2020
"changelogUrl": "https://github.com/asus4/onnxruntime-unity/releases",

com.github.asus4.onnxruntime.unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"repository": "https://github.com/asus4/onnxruntime-unity.git"
17+
"url": "https://github.com/asus4/onnxruntime-unity.git"
1818
},
1919
"documentationUrl": "https://github.com/asus4/onnxruntime-unity",
2020
"changelogUrl": "https://github.com/asus4/onnxruntime-unity/releases",

com.github.asus4.onnxruntime.win-x64-gpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"repository": "https://github.com/asus4/onnxruntime-unity.git"
17+
"url": "https://github.com/asus4/onnxruntime-unity.git"
1818
},
1919
"documentationUrl": "https://github.com/asus4/onnxruntime-unity",
2020
"changelogUrl": "https://github.com/asus4/onnxruntime-unity/releases",

com.github.asus4.onnxruntime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"unityRelease": "0f1",
1212
"repository": {
1313
"type": "git",
14-
"repository": "https://github.com/asus4/onnxruntime-unity.git"
14+
"url": "https://github.com/asus4/onnxruntime-unity.git"
1515
},
1616
"documentationUrl": "https://github.com/asus4/onnxruntime-unity",
1717
"changelogUrl": "https://github.com/asus4/onnxruntime-unity/releases",

0 commit comments

Comments
 (0)