Skip to content

Commit

Permalink
chore: normalize package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 17, 2023
1 parent bdc08a8 commit 16fd73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "8.0.0",
"repository": {
"type": "git",
"url": "https://github.com/boneskull/midnight-smoker"
"url": "git+https://github.com/boneskull/midnight-smoker.git"
},
"homepage": "https://github.com/boneskull/midnight-smoker",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/midnight-smoker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Smoke test your package tarball (instead of failing miserably)",
"repository": {
"type": "git",
"url": "https://github.com/boneskull/midnight-smoker",
"url": "git+https://github.com/boneskull/midnight-smoker.git",
"directory": "packages/midnight-smoker"
},
"homepage": "https://boneskull.github.io/midnight-smoker",
Expand All @@ -18,7 +18,7 @@
"npm": ">=8.6.0"
},
"bin": {
"smoker": "./bin/smoker.js"
"smoker": "bin/smoker.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 16fd73f

Please sign in to comment.