Skip to content

Commit

Permalink
fix(ui): ensure package.json#name is not the same as argo-ui (#11595
Browse files Browse the repository at this point in the history
)

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
agilgur5 authored and isubasinghe committed May 5, 2024
1 parent c9f96f4 commit 63af1c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "argo-ui",
"name": "argo-workflows-ui",
"version": "1.0.0",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -91,12 +91,12 @@
"webpack-dev-server": "^4.13.2"
},
"resolutions": {
"semver": "^7.5.2",
"lodash": "4.17.21",
"prismjs": "1.27.0",
"@types/react": "16.8.5",
"autolinker": "3.16.1",
"fast-json-patch": "3.1.1",
"react-toastify": "9.0.3"
"lodash": "4.17.21",
"prismjs": "1.27.0",
"react-toastify": "9.0.3",
"semver": "^7.5.2"
}
}

0 comments on commit 63af1c4

Please sign in to comment.