Skip to content

Commit

Permalink
[depcruise] makes not-to-unresolvable of severity warn
Browse files Browse the repository at this point in the history
so it doesn't break the build for the 'source-map-support' module typescript 2.1 requires, but which might not be there (and isn't, in this repo)
  • Loading branch information
sverweij committed Dec 7, 2016
1 parent a1323fc commit 0195987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dependency-cruiser-custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"to": { "path": "^(src|test|lib)" }
}, {
"name": "not-to-unresolvable",
"severity": "error",
"severity": "warn",
"from": { },
"to": { "couldNotResolve": true }
}]
Expand Down

0 comments on commit 0195987

Please sign in to comment.