From 82a19e846ff9164dde375a996742241543133894 Mon Sep 17 00:00:00 2001 From: guansss <821143943@qq.com> Date: Fri, 3 Apr 2020 16:00:24 +0800 Subject: [PATCH] Fix improper repository field in package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 55b321c5..3ecfe831 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "0.1.1", "description": "Live2D plugin for PixiJS", "main": "lib/index.js", - "repository": "git@github.com:guansss/pixi-live2d-display.git", + "repository": { + "type": "git", + "url": "https://github.com/guansss/pixi-live2d-display.git" + }, "author": "guansss <821143943@qq.com>", "license": "MIT", "scripts": {