Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Levit committed Mar 17, 2019
1 parent 60f78f9 commit dd1f4cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-starter",
"version": "0.0.0-development",
"version": "1.0.1",
"description": "Start your projects fast simply using already created boilerplate repos",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,7 @@
},
"scripts": {
"precommit": "lint-staged",
"test": "jest",
"semantic-release": "semantic-release"
"test": "jest"
},
"lint-staged": {
"linters": {
Expand All @@ -42,7 +41,6 @@
"concat-stream": "^2.0.0",
"jest": "^24.5.0",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4",
"semantic-release": "^15.13.3"
"prettier": "^1.16.4"
}
}

0 comments on commit dd1f4cd

Please sign in to comment.