Skip to content

Commit

Permalink
fix: package json props and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed May 28, 2019
1 parent 3efa9c8 commit 56b39de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,15 @@
"pre-commit": "lint-staged"
}
},
"author": "iamogbz",
"license": "GPL-3.0",
"homepage": "https://github.com/iamogbz/jest-mock-props#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/iamogbz/jest-mock-props.git"
"url": "https://github.com/iamogbz/jest-mock-props"
},
"bugs": {
"url": "https://github.com/iamogbz/jest-mock-props/issues"
},
"keywords": [
"node",
Expand All @@ -90,12 +96,6 @@
"package",
"npm"
],
"author": "iamogbz",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iamogbz/jest-mock-props/issues"
},
"homepage": "https://github.com/iamogbz/jest-mock-props#readme",
"engines": {
"node": ">=8.0.0"
},
Expand Down Expand Up @@ -128,7 +128,7 @@
"lint-staged": "^8.1.4",
"prettier": "^1.16.4",
"rxjs": "^6.4.0",
"semantic-release": "^15.13.12",
"semantic-release": "^15.13.3",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslint": "^5.13.0",
Expand Down

0 comments on commit 56b39de

Please sign in to comment.