Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
* Bump xterm.js to 2.9.0
* Add dependencies stanza to package.json
  • Loading branch information
spadgett committed Aug 4, 2017
1 parent 8470a02 commit c3990f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubernetes-container-terminal",
"version": "2.0.2",
"version": "2.1.0",
"description": "Provides a terminal for a kubernetes container in a pod.",
"moduleType": [
"globals"
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"angular": ">=1.3.8 <1.6",
"xterm.js": "#2.8.0",
"xterm.js": "^2.9.0",
"font-awesome": "*"
},
"devDependencies": {
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kubernetes-container-terminal",
"description": "Provides a terminal for a kubernetes container in a pod.",
"author": "Stef Walter",
"version": "2.0.2",
"version": "2.1.0",
"license": "LGPL 2+",
"main": "dist/container-terminal.js",
"devDependencies": {
Expand All @@ -16,5 +16,10 @@
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-uglify": "*",
"grunt-run": "*"
},
"dependencies": {
"angular": ">=1.3.8 <1.6",
"xterm": "^2.9.0",
"font-awesome": "*"
}
}

0 comments on commit c3990f6

Please sign in to comment.