Skip to content

Commit da6e09b

Browse files
keep "homepage" and "repository" together
1 parent 47d8bb6 commit da6e09b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@
2222
"Alexey Raspopov (https://github.com/alexeyraspopov)",
2323
"James Messinger (http://JamesMessinger.com)"
2424
],
25-
"license": "MIT",
2625
"homepage": "https://github.com/BigstickCarpet/version-bump-prompt",
26+
"license": "MIT",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/BigstickCarpet/version-bump-prompt.git"
30+
},
2731
"main": "lib/index.js",
2832
"files": [
2933
"bin",
@@ -37,10 +41,6 @@
3741
"release": "npm run upgrade && npm test && npm run bump && npm publish",
3842
"semver": "semver"
3943
},
40-
"repository": {
41-
"type": "git",
42-
"url": "https://github.com/BigstickCarpet/version-bump-prompt.git"
43-
},
4444
"devDependencies": {
4545
"chai": "^3.2.0",
4646
"coveralls": "^2.11.15",

0 commit comments

Comments
 (0)