Skip to content

Commit

Permalink
Rolled back camelcase dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Ramzi committed Nov 22, 2024
1 parent 3b707c2 commit b204cb3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 31 deletions.
39 changes: 10 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "JavaScript SDK for Adzerk's Management API",
"main": "lib/index.js",
"engines": {
"node": ">=18.x"
"node": ">=18.x"
},
"scripts": {
"test": "jest --passWithNoTests",
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.0",
"array.prototype.flatmap": "^1.2.3",
"camelcase": "^8.0.0",
"camelcase": "^6.3.0",
"concat-stream": "^2.0.0",
"date-fns": "^2.30.0",
"deepmerge": "^4.3.1",
Expand Down

0 comments on commit b204cb3

Please sign in to comment.