Skip to content

Commit 1c41a11

Browse files
authored
Merge pull request #4 from open-rpc/fix/dev-deps
fix: move json-schema libs from dev deps to deps
2 parents e4d5050 + ae88c8b commit 1c41a11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"@open-rpc/meta-schema": "^1.3.1",
2121
"@open-rpc/schema-utils-js": "^1.6.3",
2222
"@types/isomorphic-fetch": "0.0.35",
23-
"json-schema-faker": "^0.5.0-rc16"
23+
"json-schema-faker": "^0.5.0-rc16",
24+
"isomorphic-fetch": "^2.2.1",
25+
"json-schema-ref-parser": "^6.1.0"
2426
},
2527
"devDependencies": {
2628
"@types/jest": "^24.0.11",
2729
"@types/node": "^11.13.4",
28-
"isomorphic-fetch": "^2.2.1",
2930
"jest": "^24.7.1",
30-
"json-schema-ref-parser": "^6.1.0",
3131
"ts-jest": "^24.0.2",
3232
"typescript": "^3.4.3"
3333
}

0 commit comments

Comments
 (0)