Skip to content

Commit 1eaee86

Browse files
authored
chore(publish): bump version (#46)
1 parent 7a67760 commit 1eaee86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@xarc/fastify-server",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"description": "A configurable Fastify web server",
55
"main": "lib/index.js",
66
"types": "./lib/index.d",
77
"scripts": {
88
"build": "rm -rf lib && tsc",
9-
"prepublishOnly": "rm -rf lib && tsc && xrun xarc/check",
9+
"prepublishOnly": "rm -rf lib && tsc && xrun check",
1010
"test": "jest",
1111
"lint": "eslint",
1212
"format": "prettier . --write",
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/electrode-io/fastify-server.git"
19+
"url": "git+https://github.com/electrode-io/fastify-server.git"
2020
},
2121
"prettier": {
2222
"printWidth": 100,

0 commit comments

Comments
 (0)