Skip to content

Commit 6b595f0

Browse files
committed
v8.0.1
1 parent d061d15 commit 6b595f0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
"author": "Matt Venables <matt@venabl.es>",
44
"description": "Security header middleware collection for koa",
55
"license": "MIT",
6-
"version": "8.0.0",
6+
"version": "8.0.1",
77
"main": "lib/koa-helmet.js",
88
"typings": "./koa-helmet.d.ts",
99
"scripts": {
10-
"check": "npm run format:check && npm run lint && npm run test",
10+
"check": "npm run format:check && npm run lint && npm run test && npm run typecheck",
1111
"format": "prettier --write .",
1212
"format:check": "prettier --check .",
1313
"lint": "eslint .",
14-
"test": "vitest"
14+
"test": "vitest",
15+
"typecheck": "tsc --noEmit --pretty"
1516
},
1617
"keywords": [
1718
"security",

0 commit comments

Comments
 (0)