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