From ed7bab7f0202fba0fa72967d8bf88d9f084c28ef Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sun, 3 May 2020 06:46:38 -0700 Subject: [PATCH] Correct package.json repo links --- addons/xterm-addon-ligatures/package.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/addons/xterm-addon-ligatures/package.json b/addons/xterm-addon-ligatures/package.json index 60c7e574..6d58daf2 100644 --- a/addons/xterm-addon-ligatures/package.json +++ b/addons/xterm-addon-ligatures/package.json @@ -2,19 +2,16 @@ "name": "xterm-addon-ligatures", "version": "0.2.1", "description": "Add support for programming ligatures to xterm.js", - "homepage": "https://github.com/xtermjs/xterm-addon-ligatures#readme", - "repository": { - "type": "git", - "url": "https://github.com/xtermjs/xterm-addon-ligatures.git" - }, - "bugs": { - "url": "https://github.com/xtermjs/xterm-addon-ligatures/issues" - }, - "engines": { - "node": ">8.0.0" + "author": { + "name": "The xterm.js authors", + "url": "https://xtermjs.org/" }, "main": "lib/xterm-addon-ligatures.js", "types": "typings/xterm-addon-ligatures.d.ts", + "repository": "https://github.com/xtermjs/xterm.js", + "engines": { + "node": ">8.0.0" + }, "scripts": { "prepare": "node bin/download-fonts.js", "build": "tsc -p src",