@times-components/depend
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.1.0"></a> | ||
# [2.1.0](https://github.com/newsuk/times-components/compare/@times-components/depend@2.0.2...@times-components/depend@2.1.0) (2018-08-07) | ||
### Features | ||
* add depcheck and cleanup ([#1169](https://github.com/newsuk/times-components/issues/1169)) ([b5c058c](https://github.com/newsuk/times-components/commit/b5c058c)) | ||
<a name="2.0.2"></a> | ||
@@ -8,0 +19,0 @@ ## [2.0.2](https://github.com/newsuk/times-components/compare/@times-components/depend@2.0.1...@times-components/depend@2.0.2) (2018-08-01) |
{ | ||
"name": "@times-components/depend", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "dependency analyzer and fixer", | ||
@@ -11,3 +11,4 @@ "main": "dist/depend", | ||
"prettier:diff": "prettier --list-different '**/*.*'", | ||
"lint": "eslint . && npm run prettier:diff", | ||
"depcheck": "depcheck --ignores='babel-*,depcheck,eslint,jest,prettier,webpack*' --ignore-bin-package=false --skip-missing", | ||
"lint": "eslint . && yarn prettier:diff && yarn depcheck", | ||
"test": "jest", | ||
@@ -59,2 +60,3 @@ "cli": "node dist/cli.js -l ../../" | ||
"babel-preset-react-native": "4.0.0", | ||
"depcheck": "0.6.9", | ||
"eslint": "4.9.0", | ||
@@ -61,0 +63,0 @@ "jest": "23.3.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
38758
8