Comparing version 0.2.1 to 0.2.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.2.2](https://github.com/BlackGlory/hotypes/compare/v0.2.1...v0.2.2) (2021-05-22) | ||
### Bug Fixes | ||
* script ([aad2e72](https://github.com/BlackGlory/hotypes/commit/aad2e72df701ac1860800a15af1d3a72c4627d8c)) | ||
### [0.2.1](https://github.com/BlackGlory/hotypes/compare/v0.2.0...v0.2.1) (2021-05-16) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "hotypes", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Higer order types for TypeScript", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"clean:build": "rimraf lib", | ||
"build": "run-p build:*", | ||
"build": "run-s build:*", | ||
"build:compile": "tsc --project tsconfig.build.json --module commonjs --outDir lib", | ||
@@ -43,5 +43,5 @@ "build:patch": "tscpaths -p tsconfig.build.json -s ./src -o ./lib", | ||
"@types/jest": "^26.0.23", | ||
"@typescript-eslint/eslint-plugin": "^4.23.0", | ||
"@typescript-eslint/parser": "^4.23.0", | ||
"eslint": "^7.26.0", | ||
"@typescript-eslint/eslint-plugin": "^4.24.0", | ||
"@typescript-eslint/parser": "^4.24.0", | ||
"eslint": "^7.27.0", | ||
"husky": "^4.3.8", | ||
@@ -48,0 +48,0 @@ "jest": "^26.6.3", |
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
27846