We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fbb11 commit 4ff9f55Copy full SHA for 4ff9f55
package.json
@@ -2,9 +2,13 @@
2
"sideEffects": false,
3
"type": "module",
4
"name": "@nichtsam/helmet",
5
- "version": "0.0.0",
+ "version": "0.1.0",
6
"license": "MIT",
7
- "keywords": ["web", "security", "helmet"],
+ "keywords": [
8
+ "web",
9
+ "security",
10
+ "helmet"
11
+ ],
12
"author": {
13
"name": "Samuel Jensen",
14
"url": "https://nichtsam.com"
@@ -23,7 +27,11 @@
23
27
"quality": "biome check .",
24
28
"quality:fix": "biome check . --write --unsafe"
25
29
},
26
- "files": ["build", "package.json", "README.md"],
30
+ "files": [
31
+ "build",
32
+ "package.json",
33
+ "README.md"
34
35
"exports": {
36
".": "./build/index.js",
37
"./*": "./build/rules/*.js",
0 commit comments