Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pamepeixinho committed May 17, 2018
1 parent f448425 commit cfe7b2b
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
{
"name": "make-coverage-badge",
"version": "0.0.0-development",
"description": "Create a coverage badge",
"name": "jest-coverage-badges",
"version": "1.0.0",
"description": "Create a group of coverage badges from jest",
"main": "cli.js",
"bin": "cli.js",
"scripts": {
"commitmsg": "validate-commit-msg",
"test": "standard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/tlvince/make-coverage-badge.git"
"url": "https://github.com/pamepeixinho/jest-coverage-badges.git"
},
"keywords": [
"coverage",
"badge",
"jest",
"istanbul"
],
"author": "Tom Vincent <git@tlvince.com> (https://tlvince.com)",
"author": "Pamela Peixinho <git@pamepeixinho.com> (https://pamepeixinho.github.io)",
"engines": {
"node": ">=6.11",
"npm": ">=5.3"
},
"bugs": {
"url": "https://github.com/tlvince/make-coverage-badge/issues"
"url": "https://github.com/pamepeixinho/jest-coverage-badge/issues"
},
"homepage": "https://github.com/tlvince/make-coverage-badge#readme",
"homepage": "https://github.com/pamepeixinho/jest-coverage-badge#readme",
"dependencies": {},
"devDependencies": {
"husky": "0.13.3",
Expand Down

0 comments on commit cfe7b2b

Please sign in to comment.