Update to v0.1.1

main
Charlotte Som 2024-02-29 21:32:26 +00:00
parent 263778400c
commit 881649cf49
3 changed files with 2 additions and 7 deletions

View File

@ -1,5 +0,0 @@
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true
}

View File

@ -1,5 +1,5 @@
{
"name": "@char/ngx",
"version": "0.1.0",
"version": "0.1.1",
"exports": "./ngx.ts"
}

2
ngx.ts
View File

@ -1,4 +1,4 @@
const NGX_VERSION = "0.1.0";
const NGX_VERSION = "0.1.1";
type ConfigNode = ConfigStatement | ConfigBlock | ConfigBreak | ConfigFile;