We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a67760 commit 1eaee86Copy full SHA for 1eaee86
1 file changed
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "@xarc/fastify-server",
3
- "version": "4.0.9",
+ "version": "4.0.10",
4
"description": "A configurable Fastify web server",
5
"main": "lib/index.js",
6
"types": "./lib/index.d",
7
"scripts": {
8
"build": "rm -rf lib && tsc",
9
- "prepublishOnly": "rm -rf lib && tsc && xrun xarc/check",
+ "prepublishOnly": "rm -rf lib && tsc && xrun check",
10
"test": "jest",
11
"lint": "eslint",
12
"format": "prettier . --write",
@@ -16,7 +16,7 @@
16
},
17
"repository": {
18
"type": "git",
19
- "url": "https://github.com/electrode-io/fastify-server.git"
+ "url": "git+https://github.com/electrode-io/fastify-server.git"
20
21
"prettier": {
22
"printWidth": 100,
0 commit comments