Skip to content

Commit

Permalink
get rid of the dependency conflicts and thus force flag on install
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jul 5, 2024
1 parent df7b9ee commit 815b3d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@typescript-eslint/eslint-plugin": "^7.14.1",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.2.0",
Expand Down Expand Up @@ -76,7 +75,7 @@
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes",
"update-packages": "ncu --upgrade && cd src-admin && ncu --upgrade",
"npm": "npm i -f && cd src-admin && npm i -f",
"npm": "npm i && cd src-admin && npm i",
"dev-server": "dev-server"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit 815b3d5

Please sign in to comment.