chore: bump version to alpha.5
This commit is contained in:
parent
0724473b01
commit
36b578ce63
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gluon-framework/gluon",
|
"name": "@gluon-framework/gluon",
|
||||||
"version": "0.10.0-alpha.3",
|
"version": "0.10.0-alpha.5",
|
||||||
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
|
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"types": "gluon.d.ts",
|
"types": "gluon.d.ts",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
const rgb = (r, g, b, msg) => `\x1b[38;2;${r};${g};${b}m${msg}\x1b[0m`;
|
const rgb = (r, g, b, msg) => `\x1b[38;2;${r};${g};${b}m${msg}\x1b[0m`;
|
||||||
global.log = (...args) => console.log(`[${rgb(88, 101, 242, 'Gluon')}]`, ...args);
|
global.log = (...args) => console.log(`[${rgb(88, 101, 242, 'Gluon')}]`, ...args);
|
||||||
|
|
||||||
process.versions.gluon = '0.10.0-alpha.3';
|
process.versions.gluon = '0.10.0-alpha.5';
|
||||||
|
|
||||||
import { join, dirname, delimiter, sep } from 'path';
|
import { join, dirname, delimiter, sep } from 'path';
|
||||||
import { access, readdir } from 'fs/promises';
|
import { access, readdir } from 'fs/promises';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user