Skip to content

Commit

Permalink
fix: move peer dependencies to dependencies (#24)
Browse files Browse the repository at this point in the history
fixes missing io-ts and io-ts-types

Closes #23
  • Loading branch information
scink authored and raveclassic committed Nov 20, 2018
1 parent 87a08ee commit 0812d29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,16 @@
"@types/jest": "^22.2.0",
"conventional-changelog-cli": "^2.0.5",
"dx-lint": "github:devex-web-frontend/dx-lint",
"fp-ts": "^1.2.0",
"jest": "^22.4.2",
"jest-cli": "^23.6.0",
"io-ts": "^1.3.1",
"io-ts-types": "^0.3.14",
"prettier": "^1.10.2",
"ts-jest": "^23.10.4",
"tslib": "^1.9.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.7.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.8.1"
},
"peerDependencies": {
"dependencies": {
"fp-ts": "^1.2.0",
"io-ts": "^1.3.1",
"io-ts-types": "^0.3.14",
Expand Down

0 comments on commit 0812d29

Please sign in to comment.