Skip to content

Commit

Permalink
support transfer directories in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Mar 25, 2023
1 parent f2c9b23 commit 885d933
Show file tree
Hide file tree
Showing 20 changed files with 4,057 additions and 1,872 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ dist
# Other ignore files
lib/
*.swp
*.swo
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Lonny Wong
Copyright (c) 2023 Lonny Wong

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
28 changes: 14 additions & 14 deletions examples/addon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"license": "MIT",
"dependencies": {
"trzsz": "file:../..",
"xterm": "^5.0.0",
"xterm-addon-fit": "^0.6.0"
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0"
},
"devDependencies": {
"express": "^4.18.2",
Expand Down
28 changes: 14 additions & 14 deletions examples/browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"base64-js": "^1.5.1",
"trzsz": "file:../..",
"xterm": "^5.0.0",
"xterm-addon-fit": "^0.6.0"
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0"
},
"devDependencies": {
"express": "^4.18.2",
Expand Down
Loading

0 comments on commit 885d933

Please sign in to comment.