Skip to content

Commit

Permalink
fix(nodejs): fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
taitasu555 committed Feb 9, 2024
1 parent d956cb7 commit 6382959
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 18 deletions.
280 changes: 264 additions & 16 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 packages/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viron/lib",
"version": "2.1.2-alpha.0",
"version": "2.1.2-alpha.1",
"scripts": {
"build": "npm run clean && tsc --project tsconfig.json && cp -fr src/openapi dist/",
"clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo",
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.1.0",
"@viron/linter": "^0.0.2",
"@viron/linter": "*",
"casbin": "^5.6.1",
"casbin-mongoose-adapter": "^5.3.0",
"casbin-sequelize-adapter": "^2.2.0",
Expand Down

0 comments on commit 6382959

Please sign in to comment.