@typed-f/matchable
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/Ailrun/typed-f/compare/v0.1.0...v0.2.0) (2018-08-22) | ||
**Note:** Version bump only for package @typed-f/matchable | ||
<a name="0.1.0"></a> | ||
@@ -8,0 +17,0 @@ # [0.1.0](https://github.com/Ailrun/typed-f/compare/v0.0.1...v0.1.0) (2018-08-14) |
{ | ||
"name": "@typed-f/matchable", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"keywords": [ | ||
@@ -26,9 +26,15 @@ "Functor", | ||
"build": "tsc -p ./tsconfig.json", | ||
"watch": "tsc -w -p ./tsconfig.json" | ||
"watch": "tsc -w -p ./tsconfig.json", | ||
"test:lint": "tslint -p ." | ||
}, | ||
"dependencies": { | ||
"@typed-f/function": "^0.1.0" | ||
"@typed-f/function": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^23.3.1", | ||
"@types/node": "^10.7.0", | ||
"jest": "^23.5.0", | ||
"rimraf": "^2.6.2", | ||
"ts-jest": "^23.1.3", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1" | ||
@@ -39,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "a1925ab6cb01347972f566478cc9c0fc289c2e31" | ||
"gitHead": "4e8bd2dfff44251ab307a094001a3377843a44cf" | ||
} |
@@ -0,1 +1,4 @@ | ||
/* | ||
* Copyright 2018-present Junyoung Clare Jang | ||
*/ | ||
export * from './Matchable'; |
@@ -0,1 +1,4 @@ | ||
/* | ||
* Copyright 2018-present Junyoung Clare Jang | ||
*/ | ||
import { Fun } from '@typed-f/function'; | ||
@@ -2,0 +5,0 @@ |
@@ -6,3 +6,6 @@ { | ||
"outDir": "./dist" | ||
} | ||
}, | ||
"include": [ | ||
"./src" | ||
] | ||
} |
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
4429
12
59
7
+ Added@typed-f/function@0.2.2(transitive)
- Removed@typed-f/function@0.1.0(transitive)
Updated@typed-f/function@^0.2.0