Skip to content

Commit 398f3da

Browse files
committed
Fix package.json issues
1 parent bd91de6 commit 398f3da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codegens/kotlin-okhttp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
"license": "Apache-2.0",
2828
"homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/kotlin-okhttp",
2929
"dependencies": {
30-
"lodash": "^4.17.21"
30+
"lodash": "4.17.21"
3131
},
32+
"devDependencies": {},
3233
"engines": {
3334
"node": ">=12"
3435
}

0 commit comments

Comments
 (0)