We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d8bb6 commit da6e09bCopy full SHA for da6e09b
1 file changed
package.json
@@ -22,8 +22,12 @@
22
"Alexey Raspopov (https://github.com/alexeyraspopov)",
23
"James Messinger (http://JamesMessinger.com)"
24
],
25
- "license": "MIT",
26
"homepage": "https://github.com/BigstickCarpet/version-bump-prompt",
+ "license": "MIT",
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "https://github.com/BigstickCarpet/version-bump-prompt.git"
30
+ },
31
"main": "lib/index.js",
32
"files": [
33
"bin",
@@ -37,10 +41,6 @@
37
41
"release": "npm run upgrade && npm test && npm run bump && npm publish",
38
42
"semver": "semver"
39
43
},
40
- "repository": {
- "type": "git",
- "url": "https://github.com/BigstickCarpet/version-bump-prompt.git"
- },
44
"devDependencies": {
45
"chai": "^3.2.0",
46
"coveralls": "^2.11.15",
0 commit comments