Skip to content

Commit 2e9e0d3

Browse files
committed
v1.5.0
1 parent 5f60f31 commit 2e9e0d3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "coverage-diff",
3-
"version": "1.4.1",
4-
"description":
5-
"Reports differences between two istanbul JSON code coverage summaries.",
3+
"version": "1.5.0",
4+
"description": "Reports differences between two istanbul JSON code coverage summaries.",
65
"main": "lib/index",
76
"types": "lib/index",
87
"repository": "[email protected]:flaviusone/coverage-diff.git",
@@ -18,8 +17,7 @@
1817
"precommit": "lint-staged",
1918
"prepublishOnly": "yarn clean && yarn lint && yarn test && yarn build",
2019
"prettier": "prettier --single-quote --list-different '**/*.{js,ts,md}'",
21-
"publish-docs":
22-
"yarn build-docs && gh-pages -d docs -b gh-pages && yarn clean",
20+
"publish-docs": "yarn build-docs && gh-pages -d docs -b gh-pages && yarn clean",
2321
"test": "yarn run tsc && yarn run jest",
2422
"jest": "jest --maxWorkers=4",
2523
"jest-watch": "yarn jest --watch",

0 commit comments

Comments
 (0)