diff --git a/addons/xterm-addon-attach/package.json b/addons/xterm-addon-attach/package.json index 84740e1e..79b350e1 100644 --- a/addons/xterm-addon-attach/package.json +++ b/addons/xterm-addon-attach/package.json @@ -7,6 +7,7 @@ }, "main": "lib/xterm-addon-attach.js", "types": "typings/xterm-addon-attach.d.ts", + "repository": "https://github.com/xtermjs/xterm.js", "license": "MIT", "scripts": { "build": "../../node_modules/.bin/tsc -p src", diff --git a/addons/xterm-addon-fit/package.json b/addons/xterm-addon-fit/package.json index 6e553700..77471c26 100644 --- a/addons/xterm-addon-fit/package.json +++ b/addons/xterm-addon-fit/package.json @@ -7,6 +7,7 @@ }, "main": "lib/xterm-addon-fit.js", "types": "typings/xterm-addon-fit.d.ts", + "repository": "https://github.com/xtermjs/xterm.js", "license": "MIT", "scripts": { "build": "../../node_modules/.bin/tsc -p src", diff --git a/addons/xterm-addon-search/package.json b/addons/xterm-addon-search/package.json index 5a607fe9..6871c566 100644 --- a/addons/xterm-addon-search/package.json +++ b/addons/xterm-addon-search/package.json @@ -7,6 +7,7 @@ }, "main": "lib/xterm-addon-search.js", "types": "typings/xterm-addon-search.d.ts", + "repository": "https://github.com/xtermjs/xterm.js", "license": "MIT", "scripts": { "build": "../../node_modules/.bin/tsc -p src", diff --git a/addons/xterm-addon-web-links/package.json b/addons/xterm-addon-web-links/package.json index fd3945d3..2e390690 100644 --- a/addons/xterm-addon-web-links/package.json +++ b/addons/xterm-addon-web-links/package.json @@ -7,6 +7,7 @@ }, "main": "lib/xterm-addon-web-links.js", "types": "typings/xterm-addon-web-links.d.ts", + "repository": "https://github.com/xtermjs/xterm.js", "license": "MIT", "scripts": { "build": "../../node_modules/.bin/tsc -p src", diff --git a/addons/xterm-addon-webgl/package.json b/addons/xterm-addon-webgl/package.json index e4f34147..0db5b204 100644 --- a/addons/xterm-addon-webgl/package.json +++ b/addons/xterm-addon-webgl/package.json @@ -7,6 +7,7 @@ }, "main": "lib/xterm-addon-webgl.js", "types": "typings/xterm-addon-webgl.d.ts", + "repository": "https://github.com/xtermjs/xterm.js", "license": "MIT", "scripts": { "build": "../../node_modules/.bin/tsc -p src",