Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit b17046c

Browse files
committed
6.0.0
1 parent 432273a commit b17046c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signavio/kraken",
3-
"version": "5.1.5",
3+
"version": "6.0.0",
44
"description": "Load API entities",
55
"repository": "[email protected]:signavio/kraken.git",
66
"main": "lib/index.js",
@@ -14,8 +14,7 @@
1414
"prebuild": "yarn run clean",
1515
"lint": "eslint src test",
1616
"test": "mocha",
17-
"coverage":
18-
"istanbul cover _mocha --report cobertura --include-all-sources --x \"**/lib/**\"",
17+
"coverage": "istanbul cover _mocha --report cobertura --include-all-sources --x \"**/lib/**\"",
1918
"prepublishOnly": "yarn build",
2019
"renovate": "renovate",
2120
"flow": "flow check",

0 commit comments

Comments
 (0)