We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376f99a commit 76a50a2Copy full SHA for 76a50a2
packages/port-cache/deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hyper63/port-cache",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"exports": "./mod.ts",
5
"tasks": {
6
"test": "deno lint && deno fmt --check && deno test --no-check",
@@ -20,7 +20,9 @@
20
},
21
"lint": {
22
"rules": {
23
- "exclude": ["no-slow-types"]
+ "exclude": [
24
+ "no-slow-types"
25
+ ]
26
}
27
28
"publish": {
packages/port-cache/egg.json
@@ -5,7 +5,7 @@
"description": "Port for the Cache Service in the hyper Service Framework",
"homepage": "https://github.com/hyper63/hyper",
7
"repo": "https://github.com/hyper63/hyper",
8
9
"unstable": false,
10
"unlisted": false,
11
"files": [
0 commit comments