@times-components/depend
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="2.1.7"></a> | ||
## [2.1.7](https://github.com/newsuk/times-components/compare/@times-components/depend@2.1.5...@times-components/depend@2.1.7) (2018-10-19) | ||
**Note:** Version bump only for package @times-components/depend | ||
<a name="2.1.6"></a> | ||
@@ -8,0 +17,0 @@ ## [2.1.6](https://github.com/newsuk/times-components/compare/@times-components/depend@2.1.5...@times-components/depend@2.1.6) (2018-10-16) |
{ | ||
"name": "@times-components/depend", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "dependency analyzer and fixer", | ||
@@ -56,3 +56,3 @@ "main": "dist/depend", | ||
"@thetimes/jest-lint": "*", | ||
"@times-components/eslint-config-thetimes": "0.8.2", | ||
"@times-components/eslint-config-thetimes": "0.8.3", | ||
"babel-cli": "6.26.0", | ||
@@ -64,3 +64,3 @@ "babel-core": "6.26.0", | ||
"jest": "23.3.0", | ||
"prettier": "1.8.2" | ||
"prettier": "1.14.3" | ||
}, | ||
@@ -81,3 +81,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "9ee48da2f2c10ca44007b55429aad40dec1d09ce" | ||
"gitHead": "36591ef923b4695fe58049fef0f68bdca7f939d0" | ||
} |
@@ -22,5 +22,5 @@ # depend | ||
* Green => nothing to do. | ||
* Yellow => rules available to resolve the conflict. | ||
* Red => no rule available to resolve this conflict. | ||
- Green => nothing to do. | ||
- Yellow => rules available to resolve the conflict. | ||
- Red => no rule available to resolve this conflict. | ||
@@ -152,4 +152,3 @@ If no rules are available, set a strategy or fix the issue by using `--pick`. | ||
The graph is described as a set of relationship of the shape `package@version => | ||
dependency@version`. A Node is included in the graph if the supplied pattern | ||
The graph is described as a set of relationship of the shape `package@version => dependency@version`. A Node is included in the graph if the supplied pattern | ||
matches the relationship. Currently only supported placeholder symbol is "\*". | ||
@@ -156,0 +155,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40503
208