ts-transformer-keys
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "ts-transformer-keys", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Check equality of objects based on their contextual type in TypeScript", | ||
@@ -35,4 +35,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"typescript": "^2.4.1" | ||
"typescript": ">=2.4.1" | ||
} | ||
} |
@@ -89,3 +89,3 @@ # ts-transformer-keys | ||
See [examples/ttypescript](examples/ttypescript) for detail. | ||
See [ttypescript's README](https://github.com/cevek/ttypescript/blob/master/README.md) for how to use this with module bundlers such as webpack of Rollup. | ||
See [ttypescript's README](https://github.com/cevek/ttypescript/blob/master/README.md) for how to use this with module bundlers such as webpack or Rollup. | ||
@@ -92,0 +92,0 @@ ```json |
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
9545