We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a0d8a commit ba2ba48Copy full SHA for ba2ba48
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-command-line-starter",
3
- "version": "1.0.0",
+ "version": "0.0.0-development",
4
"description": "Starter to create node-command-line utilities",
5
"main": "index.js",
6
"husky": {
@@ -48,7 +48,7 @@
48
},
49
"repository": {
50
"type": "git",
51
- "url": "git+https://github.com/kreuzerk/node-command-line-starter.git"
+ "url": "https://github.com/kreuzerk/node-command-line-starter.git"
52
53
"keywords": [
54
"CLI",
@@ -80,6 +80,6 @@
80
"jest": "^23.6.0",
81
"lint-staged": "^8.1.0",
82
"prettier": "^1.15.3",
83
- "semantic-release": "^15.13.1"
+ "semantic-release": "^15.13.3"
84
}
85
0 commit comments