Skip to content

Commit

Permalink
undo prettier auto-formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss authored Nov 6, 2023
1 parent 7e84fcc commit f8cf99b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions packages/x/xterm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,27 @@
"type": "git",
"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/xterm",
"fileMap": [
{
"basePath": "lib",
"files": ["*.js", "*.map"]
"files": [
"*.js?(.map)"
]
},
{
"basePath": "css",
"files": ["*.css"]
"files": [
"*.css"
]
}
]
},
Expand Down

0 comments on commit f8cf99b

Please sign in to comment.