Skip to content

Commit

Permalink
Update xterm w/ npm auto-update (#1691)
Browse files Browse the repository at this point in the history
* update xterm.json after change of folder structure

* undo prettier auto-formatting changes

* Update packages/x/xterm.json

---------

Co-authored-by: Matt Cowley <[email protected]>
  • Loading branch information
mruoss and MattIPv4 authored Dec 6, 2023
1 parent 0450ace commit ce2e752
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions packages/x/xterm.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"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",
Expand All @@ -15,23 +15,28 @@
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "xterm",
"target": "@xterm/xterm",
"fileMap": [
{
"basePath": "dist",
"basePath": "lib",
"files": [
"**/*"
"*.js?(.map)"
]
},
{
"basePath": "css",
"files": [
"*.css"
]
}
],
"ignoreVersions": [
"3.*-beta*",
"3.14.0"
]
},
"optimization": {
"js": false
},
"authors": [
{
"name": "SourceLair"
"name": "Daniel Imms"
}
]
}

0 comments on commit ce2e752

Please sign in to comment.