Skip to content

Commit 1be9d50

Browse files
committed
v3.4.4
1 parent 229e124 commit 1be9d50

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"check": "npm install && npm outdated",
3939
"lint": "eslint src/**/*.ts",
40-
"fix": "eslint src/**/*.ts --fix",
40+
"lint:fix": "eslint src/**/*.ts --fix",
4141
"watch": "npm run build && npm link && nodemon",
4242
"build": "npm run clean && tsc",
4343
"prepublishOnly": "npm run lint && npm run build && npm run docs && npm run lint-docs",
@@ -51,7 +51,7 @@
5151
},
5252
"readmeFilename": "README.md",
5353
"dependencies": {
54-
"@stoprocent/noble": "^1.17.3",
54+
"@stoprocent/noble": "^1.18.1",
5555
"async-mutex": "^0.5.0",
5656
"undici": "7.2.0"
5757
},

0 commit comments

Comments
 (0)