Skip to content

Commit

Permalink
chore(version): adjust version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Feb 23, 2019
1 parent 04a0d8a commit ba2ba48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-command-line-starter",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "Starter to create node-command-line utilities",
"main": "index.js",
"husky": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kreuzerk/node-command-line-starter.git"
"url": "https://github.com/kreuzerk/node-command-line-starter.git"
},
"keywords": [
"CLI",
Expand Down Expand Up @@ -80,6 +80,6 @@
"jest": "^23.6.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"semantic-release": "^15.13.1"
"semantic-release": "^15.13.3"
}
}

0 comments on commit ba2ba48

Please sign in to comment.