We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aca277 commit 1806741Copy full SHA for 1806741
packages/port-queue/deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hyper63/port-queue",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"exports": "./mod.ts",
5
"tasks": {
6
"test": "deno lint && deno fmt --check && deno test --no-check",
@@ -11,7 +11,9 @@
11
"@std/assert": "jsr:@std/assert@1"
12
},
13
"fmt": {
14
- "include": ["./"],
+ "include": [
15
+ "./"
16
+ ],
17
"lineWidth": 100,
18
"singleQuote": true,
19
"semiColons": false
packages/port-queue/egg.json
@@ -5,7 +5,7 @@
"description": "Port for the Queue 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,
"files": [
0 commit comments