Skip to content

Commit

Permalink
Merge pull request #714 from retejs/new-linter
Browse files Browse the repository at this point in the history
fix: build
  • Loading branch information
Ni55aN authored Aug 30, 2024
2 parents 7c48d4e + 1f852d9 commit cf734c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"jest-environment-jsdom": "^29.1.2",
"rete-cli": "~2.0.1"
"rete-cli": "~2.0.2"
},
"dependencies": {
"@babel/runtime": "^7.21.0"
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"target": "es5",
"downlevelIteration": true,
"isolatedModules": false,
"strict": true,
"skipLibCheck": true,
"lib": []
},
"include": ["src", "test"]
Expand Down

0 comments on commit cf734c2

Please sign in to comment.