Skip to content

Commit

Permalink
remove [email protected] from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jul 2, 2019
1 parent dc5028d commit 1b26dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[email protected]` and `[email protected]` (@gcanti)

# 0.4.1

- **Polish**
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -35,16 +35,14 @@
},
"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": {
"@types/jest": "^22.2.2",
"@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",
Expand Down

0 comments on commit 1b26dc6

Please sign in to comment.