Skip to content

Commit

Permalink
update xterm.json after change of folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Nov 3, 2023
1 parent 78d3ffe commit 47bf82a
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions packages/x/xterm.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,34 @@
{
"name": "xterm",
"filename": "xterm.min.js",
"description": "Full xterm terminal, in your browser",
"filename": "xterm.js",
"description": "Build terminals in the browser",
"homepage": "https://xtermjs.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/sourcelair/xterm.js"
"url": "git+https://github.com/xtermjs/xterm.js"
},
"keywords": [
"xterm",
"terminal",
"browser-tty"
],
"keywords": ["xterm", "terminal", "browser-tty"],
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "xterm",
"target": "@xterm/xterm",
"fileMap": [
{
"basePath": "dist",
"files": [
"**/*"
]
"basePath": "lib",
"files": ["*.js"]
},
{
"basePath": "css",
"files": ["*.css"]
}
],
"ignoreVersions": [
"3.*-beta*",
"3.14.0"
]
},
"optimization": {
"js": false
},
"authors": [
{
"name": "SourceLair"
"name": "Daniel Imms"
}
]
}

0 comments on commit 47bf82a

Please sign in to comment.