mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-04 16:37:23 +00:00
Remove package.json import
This commit is contained in:
parent
1c0e29e4b7
commit
860498b8da
1 changed files with 1 additions and 3 deletions
|
|
@ -2,8 +2,6 @@
|
|||
* @see: https://github.com/curiousdannii/glkote-term/blob/master/src/glkote-term.js
|
||||
*/
|
||||
|
||||
import packageJSON from '../../package.json' assert { type: 'json' }
|
||||
|
||||
class GlkOte {
|
||||
constructor({width, height}) {
|
||||
this.width = width
|
||||
|
|
@ -13,7 +11,7 @@ class GlkOte {
|
|||
this.disabled = false
|
||||
this.generation = 0
|
||||
this.interface = null
|
||||
this.version = packageJSON.version
|
||||
this.version = '0.5.1'
|
||||
}
|
||||
|
||||
measure_window() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue