Skip to content

Commit

Permalink
Merge pull request #30 from cchandurkar/develop
Browse files Browse the repository at this point in the history
Fix: Add a babel-loader dep
  • Loading branch information
cchandurkar authored Jan 21, 2023
2 parents d58bb9e + 31bbd74 commit c3f0f4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-to-case-class",
"version": "1.3.0",
"version": "1.3.1",
"description": "A library that converts JSON Schema to Scala Case Classes",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -57,6 +57,7 @@
"@types/node": "^14.14.27",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-loader": "^9.1.2",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"buffer": "^6.0.3",
Expand Down

0 comments on commit c3f0f4d

Please sign in to comment.