Skip to content

Commit

Permalink
move fp-ts to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Mar 11, 2019
1 parent d75aee5 commit d2a3964
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +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.

# 1.7.1

- **Polish**
- move `fp-ts` to peerDependencies (@gcanti)

# 1.7.0

- **New Feature**
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monocle-ts",
"version": "1.7.0",
"version": "1.7.1",
"description": "A porting of scala monocle library to TypeScript",
"files": [
"lib"
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/gcanti/monocle-ts/issues"
},
"homepage": "https://github.com/gcanti/monocle-ts",
"dependencies": {
"peerDependencies": {
"fp-ts": "^1.11.0"
},
"devDependencies": {
Expand All @@ -48,7 +48,8 @@
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.3.1"
"typescript": "^3.3.1",
"fp-ts": "^1.11.0"
},
"tags": [
"typescript",
Expand Down

0 comments on commit d2a3964

Please sign in to comment.