Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change repository URL of all addons #4795

Merged
merged 2 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build
command: yarn run start


Tyriar marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion addons/xterm-addon-attach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/xterm-addon-attach.js",
"types": "typings/xterm-addon-attach.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-attach",
"license": "MIT",
"keywords": [
"terminal",
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/xterm-addon-canvas.js",
"types": "typings/xterm-addon-canvas.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-canvas",
"license": "MIT",
"keywords": [
"terminal",
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-fit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/xterm-addon-fit.js",
"types": "typings/xterm-addon-fit.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-fit",
"license": "MIT",
"keywords": [
"terminal",
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/xterm-addon-image.js",
"types": "typings/xterm-addon-image.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-image",
"license": "MIT",
"keywords": [
"terminal",
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-ligatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"main": "lib/xterm-addon-ligatures.js",
"types": "typings/xterm-addon-ligatures.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-ligatures",
"engines": {
"node": ">8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/xterm-addon-search.js",
"types": "typings/xterm-addon-search.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-search",
"license": "MIT",
"keywords": [
"terminal",
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/xterm-addon-serialize.js",
"types": "typings/xterm-addon-serialize.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-serialize",
"license": "MIT",
"keywords": [
"terminal",
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-unicode11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/xterm-addon-unicode11.js",
"types": "typings/xterm-addon-unicode11.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-unicode11",
"license": "MIT",
"keywords": [
"terminal",
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-web-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/xterm-addon-web-links.js",
"types": "typings/xterm-addon-web-links.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-web-links",
"license": "MIT",
"keywords": [
"terminal",
Expand Down
2 changes: 1 addition & 1 deletion addons/xterm-addon-webgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/xterm-addon-webgl.js",
"types": "typings/xterm-addon-webgl.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-webgl",
"license": "MIT",
"keywords": [
"terminal",
Expand Down