Skip to content

Commit bb7deec

Browse files
Update
1 parent e9f970e commit bb7deec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@battlefieldduck/xterm-svelte",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"scripts": {
55
"dev": "vite dev",
66
"build": "vite build && npm run package",

src/routes/+page.svelte

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
terminal.onKey(({ key }) => {
1818
terminal.write(key);
1919
});
20+
21+
terminal.write('Hello World');
2022
}
2123
2224
function onBell() {

0 commit comments

Comments
 (0)