io-ts-fuzzer
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -0,1 +1,8 @@ | ||
## [3.0.3](https://github.com/holvonix-open/io-ts-fuzzer/compare/v3.0.2...v3.0.3) (2019-08-07) | ||
### 📖 Documentation | ||
* make examples work without yarn ([ec06241](https://github.com/holvonix-open/io-ts-fuzzer/commit/ec06241)) | ||
## [3.0.2](https://github.com/holvonix-open/io-ts-fuzzer/compare/v3.0.1...v3.0.2) (2019-08-07) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "io-ts-fuzzer", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Fuzzing for io-ts codecs and types", | ||
@@ -58,3 +58,3 @@ "repository": { | ||
"fix": "yarn run pretty.fix && gts fix", | ||
"test.examples": "cd examples/quickstart && rm yarn.lock && yarn && yarn start", | ||
"test.examples": "cd examples/quickstart && ts-node index.ts", | ||
"preversion": "yarn test && yarn test.examples", | ||
@@ -61,0 +61,0 @@ "docs": "yarn clean && yarn build && rm -rf docs && mkdir -p docs && ( mocha --grep='#private' --invert -R markdown >docs/index.md )", |
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
55521