Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit fd2ce1b

Browse files
committed
fix: fp-ts needs to be a dependency, peer to io-ts
1 parent d2d344c commit fd2ce1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"spec": "./build/test/**/test-*.js"
100100
},
101101
"dependencies": {
102-
"io-ts": "^2.0.0"
102+
"io-ts": "^2.0.0",
103+
"fp-ts": "^2.0.3"
103104
},
104105
"devDependencies": {
105106
"@holvonix-open/release-config-js": "^1.0.3",
@@ -108,7 +109,6 @@
108109
"chokidar-cli": "^2.0.0",
109110
"codecov": "^3.4.0",
110111
"concurrently": "^4.1.1",
111-
"fp-ts": "^2.0.3",
112112
"gts": "^1.1.0",
113113
"husky": "^3.0.2",
114114
"mocha": "^6.2.0",

0 commit comments

Comments
 (0)