From 0e012a30eeac70039c255bc9f4d1ef51db6e63fb Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 27 Dec 2022 14:41:41 +0900 Subject: [PATCH] =?UTF-8?q?jinja=20template=20=E3=81=AF=20{=20}=20?= =?UTF-8?q?=E3=81=AE=E3=82=A8=E3=82=B9=E3=82=B1=E3=83=BC=E3=83=97=E7=84=A1?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/release_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release_template.md b/docs/release_template.md index ce70c19ef..8325fcf92 100644 --- a/docs/release_template.md +++ b/docs/release_template.md @@ -45,16 +45,16 @@ You can also install via editing `Packages/manifest.json` directly. ```json5 // Packages/manifest.json -{{ - "dependencies": {{ +{ + "dependencies": { // ... "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v{version}", "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v{version}", "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v{version}", "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v{version}", // ... - }} -}} + } +} ``` ## Development