Skip to content

Commit

Permalink
publish on nest with eggy
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jan 28, 2023
1 parent 7bd3bd1 commit 48a3c7f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"entry": "./mod.ts",
"description": "📡 JSONRPC server implementation for Deno",
"homepage": "https://github.com/deno-libs/rpc",
"version": "0.0.4",
"releaseType": null,
"version": "0.1.1",
"releaseType": "patch",
"unstable": false,
"unlisted": false,
"files": [
Expand All @@ -17,5 +17,7 @@
"checkFormat": false,
"checkTests": false,
"checkInstallation": true,
"check": true
"check": true,
"checkAll": true,
"repository": "https://github.com/deno-libs/rpc"
}

0 comments on commit 48a3c7f

Please sign in to comment.