From 1b26dc63731338ebf74d4af344458ca4b52f5be6 Mon Sep 17 00:00:00 2001 From: gcanti Date: Tue, 2 Jul 2019 07:34:56 +0200 Subject: [PATCH] remove fp-ts@2.x from deps --- CHANGELOG.md | 7 +------ package.json | 6 ++---- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd346f..21c8e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,16 +13,11 @@ **Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice. -# 0.4.3 +# 0.4.4 - **Bug Fix** - move `fp-ts` back to dependencies (@gcanti) -# 0.4.2 - -- **New Feature** - - make `fp-ts-routing` compatible with both `fp-ts@1.x` and `fp-ts@2.x` (@gcanti) - # 0.4.1 - **Polish** diff --git a/package.json b/package.json index beb941a..d81cb77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fp-ts-routing", - "version": "0.4.3", + "version": "0.4.4", "description": "A type-safe routing library for TypeScript", "files": [ "lib", @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/gcanti/fp-ts-routing", "dependencies": { - "fp-ts": "^1.19.0 || ^2.0.0-rc.7", + "fp-ts": "^1.19.0", "io-ts": "^1.10.0" }, "devDependencies": { @@ -43,8 +43,6 @@ "@types/node": "^10.3.3", "docs-ts": "^0.1.0", "dtslint": "github:gcanti/dtslint", - "fp-ts": "^1.19.0", - "io-ts": "^1.10.0", "jest": "^22.4.3", "mocha": "^6.1.4", "prettier": "^1.18.2",