@xterm/xterm 5.4.0 → 5.5.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,8 +30,8 @@ To start using xterm.js on your browser, add the `xterm.js` and `xterm.css` to t
30
30
  <!doctype html>
31
31
  <html>
32
32
  <head>
33
- <link rel="stylesheet" href="node_modules/xterm/css/xterm.css" />
34
- <script src="node_modules/xterm/lib/xterm.js"></script>
33
+ <link rel="stylesheet" href="node_modules/@xterm/xterm/css/xterm.css" />
34
+ <script src="node_modules/@xterm/xterm/lib/xterm.js"></script>
35
35
  </head>
36
36
  <body>
37
37
  <div id="terminal"></div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xterm/xterm",
3
3
  "description": "Full xterm terminal, in your browser",
4
- "version": "5.4.0",
4
+ "version": "5.5.0-beta.2",
5
5
  "main": "lib/xterm.js",
6
6
  "style": "css/xterm.css",
7
7
  "types": "typings/xterm.d.ts",