@cultureamp/kaizen-component-library
Advanced tools
Comparing version 14.0.2 to 14.0.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [14.0.3](https://github.com/cultureamp/kaizen-design-system/compare/@cultureamp/kaizen-component-library@14.0.2...@cultureamp/kaizen-component-library@14.0.3) (2019-10-21) | ||
### Bug Fixes | ||
* Hoist gitignore and fix published file globs ([423551d](https://github.com/cultureamp/kaizen-design-system/commit/423551d)) | ||
## [14.0.2](https://github.com/cultureamp/kaizen-design-system/compare/@cultureamp/kaizen-component-library@14.0.1...@cultureamp/kaizen-component-library@14.0.2) (2019-10-21) | ||
@@ -8,0 +19,0 @@ |
@@ -13,18 +13,14 @@ { | ||
"files": [ | ||
"*", | ||
"!*.ts", | ||
"*.d.ts", | ||
"**/index.js", | ||
"**/index.js.map", | ||
"**/index.d.ts", | ||
"!tsconfig.dist.json", | ||
"!.gitignore", | ||
"**/*", | ||
"!**/*.ts", | ||
"**/*.d.ts", | ||
"!**/*.spec.*", | ||
"!**/*.snap", | ||
"!draft-templates", | ||
"!mocks", | ||
"!stories", | ||
"!*.spec.*", | ||
"!*.snap" | ||
"!tsconfig.dist.json" | ||
], | ||
"sideEffects": false, | ||
"version": "14.0.2", | ||
"version": "14.0.3", | ||
"private": false, | ||
@@ -59,3 +55,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "a5b2cca37c9beb7ac686c2332cf661aa945ef4ee" | ||
"gitHead": "8ae3825e395243a6549f2c870a1d81b9dd274c22" | ||
} |
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
1158021