Skip to content

Commit 1455b53

Browse files
authored
Merge pull request #405 from asus4/update-package
Update package metadata to make npm provenance work
2 parents d990c58 + 96f7d05 commit 1455b53

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Packages/com.github.asus4.mediapipe/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"com.github.asus4.tflite": "2.19.0-p3",
1717
"com.github.asus4.tflite.common": "2.19.0-p3"
1818
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/asus4/tf-lite-unity-sample"
22+
},
1923
"documentationUrl": "https://github.com/asus4/tf-lite-unity-sample",
2024
"changelogUrl": "https://github.com/asus4/tf-lite-unity-sample/releases",
2125
"licensesUrl": "https://github.com/asus4/tf-lite-unity-sample/tree/master/Packages/com.github.asus4.mediapipe/LICENSE",

Packages/com.github.asus4.tflite.common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"repository": "https://github.com/asus4/tf-lite-unity-sample"
20+
"url": "https://github.com/asus4/tf-lite-unity-sample"
2121
},
2222
"documentationUrl": "https://github.com/asus4/tf-lite-unity-sample",
2323
"changelogUrl": "https://github.com/asus4/tf-lite-unity-sample/releases",

Packages/com.github.asus4.tflite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"hideInEditor": false,
1414
"repository": {
1515
"type": "git",
16-
"repository": "https://github.com/asus4/tf-lite-unity-sample"
16+
"url": "https://github.com/asus4/tf-lite-unity-sample"
1717
},
1818
"documentationUrl": "https://github.com/asus4/tf-lite-unity-sample",
1919
"changelogUrl": "https://github.com/asus4/tf-lite-unity-sample/releases",

0 commit comments

Comments
 (0)