Skip to content

Commit

Permalink
fixed linting (knative-extensions#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcihank committed Mar 30, 2024
1 parent a554c8c commit 92d409a
Show file tree
Hide file tree
Showing 2 changed files with 721 additions and 12 deletions.
6 changes: 3 additions & 3 deletions backstage/plugins/knative-event-mesh-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"winston": "^3.2.1",
"node-fetch": "^2.6.7",
"winston": "^3.2.1",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.24.0",
"@types/supertest": "^2.0.12",
"supertest": "^6.2.4",
"msw": "^1.0.0"
"msw": "^1.0.0",
"supertest": "^6.2.4"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 92d409a

Please sign in to comment.