Skip to content

Commit ba2ba48

Browse files
committed
chore(version): adjust version and deps
1 parent 04a0d8a commit ba2ba48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-command-line-starter",
3-
"version": "1.0.0",
3+
"version": "0.0.0-development",
44
"description": "Starter to create node-command-line utilities",
55
"main": "index.js",
66
"husky": {
@@ -48,7 +48,7 @@
4848
},
4949
"repository": {
5050
"type": "git",
51-
"url": "git+https://github.com/kreuzerk/node-command-line-starter.git"
51+
"url": "https://github.com/kreuzerk/node-command-line-starter.git"
5252
},
5353
"keywords": [
5454
"CLI",
@@ -80,6 +80,6 @@
8080
"jest": "^23.6.0",
8181
"lint-staged": "^8.1.0",
8282
"prettier": "^1.15.3",
83-
"semantic-release": "^15.13.1"
83+
"semantic-release": "^15.13.3"
8484
}
8585
}

0 commit comments

Comments
 (0)