Update to v0.1.1
This commit is contained in:
parent
263778400c
commit
881649cf49
3 changed files with 2 additions and 7 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"deno.enable": true,
|
|
||||||
"deno.lint": true,
|
|
||||||
"deno.unstable": true
|
|
||||||
}
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@char/ngx",
|
"name": "@char/ngx",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"exports": "./ngx.ts"
|
"exports": "./ngx.ts"
|
||||||
}
|
}
|
||||||
|
|
2
ngx.ts
2
ngx.ts
|
@ -1,4 +1,4 @@
|
||||||
const NGX_VERSION = "0.1.0";
|
const NGX_VERSION = "0.1.1";
|
||||||
|
|
||||||
type ConfigNode = ConfigStatement | ConfigBlock | ConfigBreak | ConfigFile;
|
type ConfigNode = ConfigStatement | ConfigBlock | ConfigBreak | ConfigFile;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue