Skip to content

Commit 8385569

Browse files
scinkraveclassic
authored andcommitted
chore: move peer dependencies to dependencies (#24)
closes #23
1 parent 87a08ee commit 8385569

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,16 @@
2020
"@types/jest": "^22.2.0",
2121
"conventional-changelog-cli": "^2.0.5",
2222
"dx-lint": "github:devex-web-frontend/dx-lint",
23-
"fp-ts": "^1.2.0",
2423
"jest": "^22.4.2",
2524
"jest-cli": "^23.6.0",
26-
"io-ts": "^1.3.1",
27-
"io-ts-types": "^0.3.14",
2825
"prettier": "^1.10.2",
2926
"ts-jest": "^23.10.4",
30-
"tslib": "^1.9.0",
3127
"tslint": "^5.9.1",
3228
"tslint-config-prettier": "^1.7.0",
3329
"tslint-plugin-prettier": "^1.3.0",
3430
"typescript": "^2.8.1"
3531
},
36-
"peerDependencies": {
32+
"dependencies": {
3733
"fp-ts": "^1.2.0",
3834
"io-ts": "^1.3.1",
3935
"io-ts-types": "^0.3.14",

0 commit comments

Comments
 (0)