v1.0.1
This commit is contained in:
10
deno.json
10
deno.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@stack.gallery/registry",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"exports": "./mod.ts",
|
||||
"nodeModulesDir": "auto",
|
||||
"tasks": {
|
||||
@@ -32,11 +32,15 @@
|
||||
},
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"lib": ["deno.window"]
|
||||
"lib": [
|
||||
"deno.window"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"rules": {
|
||||
"exclude": ["no-explicit-any"]
|
||||
"exclude": [
|
||||
"no-explicit-any"
|
||||
]
|
||||
}
|
||||
},
|
||||
"fmt": {
|
||||
|
||||
Reference in New Issue
Block a user