Skip to content

Commit d92877e

Browse files
authored
Merge pull request #30 from spadgett/xterm-2.9.0
Version 2.1.0
2 parents 8470a02 + c3990f6 commit d92877e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubernetes-container-terminal",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Provides a terminal for a kubernetes container in a pod.",
55
"moduleType": [
66
"globals"
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"angular": ">=1.3.8 <1.6",
32-
"xterm.js": "#2.8.0",
32+
"xterm.js": "^2.9.0",
3333
"font-awesome": "*"
3434
},
3535
"devDependencies": {

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kubernetes-container-terminal",
33
"description": "Provides a terminal for a kubernetes container in a pod.",
44
"author": "Stef Walter",
5-
"version": "2.0.2",
5+
"version": "2.1.0",
66
"license": "LGPL 2+",
77
"main": "dist/container-terminal.js",
88
"devDependencies": {
@@ -16,5 +16,10 @@
1616
"grunt-contrib-concat": "~0.5.1",
1717
"grunt-contrib-uglify": "*",
1818
"grunt-run": "*"
19+
},
20+
"dependencies": {
21+
"angular": ">=1.3.8 <1.6",
22+
"xterm": "^2.9.0",
23+
"font-awesome": "*"
1924
}
2025
}

0 commit comments

Comments
 (0)