Skip to content

Commit 4ff9f55

Browse files
committed
0.1.0
1 parent 60fbb11 commit 4ff9f55

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"sideEffects": false,
33
"type": "module",
44
"name": "@nichtsam/helmet",
5-
"version": "0.0.0",
5+
"version": "0.1.0",
66
"license": "MIT",
7-
"keywords": ["web", "security", "helmet"],
7+
"keywords": [
8+
"web",
9+
"security",
10+
"helmet"
11+
],
812
"author": {
913
"name": "Samuel Jensen",
1014
"url": "https://nichtsam.com"
@@ -23,7 +27,11 @@
2327
"quality": "biome check .",
2428
"quality:fix": "biome check . --write --unsafe"
2529
},
26-
"files": ["build", "package.json", "README.md"],
30+
"files": [
31+
"build",
32+
"package.json",
33+
"README.md"
34+
],
2735
"exports": {
2836
".": "./build/index.js",
2937
"./*": "./build/rules/*.js",

0 commit comments

Comments
 (0)