Skip to content

Commit 0382f21

Browse files
fix: normalize repository metadata for npm publishing (#154)
1 parent 5a29c66 commit 0382f21

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"fix": "biome check --write .",
1212
"coverage": "NODE_ENV=production node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.info"
1313
},
14-
"repository": {
15-
"type": "git",
16-
"url": "git+https://github.com/JustinBeckwith/yes-https.git"
17-
},
14+
"repository": "JustinBeckwith/yes-https",
1815
"keywords": [
1916
"hsts",
2017
"https"

0 commit comments

Comments
 (0)