Comparing version 3.13.0-beta7 to 3.13.0-beta8
@@ -153,5 +153,5 @@ "use strict"; | ||
"@keyframes blink {" + | ||
" 0 % { opacity: 1.0; }" + | ||
" 0% { opacity: 1.0; }" + | ||
" 50% { opacity: 0.0; }" + | ||
" 100 % { opacity: 1.0; }" + | ||
" 100% { opacity: 1.0; }" + | ||
"}"; | ||
@@ -158,0 +158,0 @@ styles += |
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "3.13.0-beta7", | ||
"version": "3.13.0-beta8", | ||
"main": "lib/public/Terminal.js", | ||
@@ -6,0 +6,0 @@ "types": "typings/xterm.d.ts", |
@@ -177,5 +177,5 @@ /** | ||
`@keyframes blink {` + | ||
` 0 % { opacity: 1.0; }` + | ||
` 0% { opacity: 1.0; }` + | ||
` 50% { opacity: 0.0; }` + | ||
` 100 % { opacity: 1.0; }` + | ||
` 100% { opacity: 1.0; }` + | ||
`}`; | ||
@@ -182,0 +182,0 @@ // Cursor |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2557948