Skip to content

Commit

Permalink
fix: Corrected @wmfs/statebox dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jezhiggins committed Jul 2, 2018
1 parent 6d5baba commit aaeb172
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"read-pkg-up": "3.0.0",
"split": "1.0.1",
"sprintf-js": "1.1.1",
"@wmfs/statebox": "1.0.5",
"@wmfs/statebox": "1.2.0",
"underscore-query": "3.3.2",
"upath": "1.1.0",
"uuid": "3.3.0"
Expand Down Expand Up @@ -73,8 +73,16 @@
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{"type": "build", "scope":"deps", "release": "minor"},
{"type": "build", "scope":"deps-dev", "release": "patch"}
{
"type": "build",
"scope": "deps",
"release": "minor"
},
{
"type": "build",
"scope": "deps-dev",
"release": "patch"
}
]
}
}
Expand Down

0 comments on commit aaeb172

Please sign in to comment.