Skip to content

Commit

Permalink
Update package names and bump up frontend node-gyp version (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-phillips-18 authored Feb 19, 2021
1 parent d9089e3 commit 3efd238
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 38 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "odh-dashboard",
"name": "rhods-dashboard-backend",
"version": "1.0.0",
"description": "Backend for Open Data Hub dashboard.",
"description": "Backend for the RHODS dashboard.",
"author": "Red Hat",
"license": "ISC",
"private": true,
Expand Down
150 changes: 117 additions & 33 deletions frontend/package-lock.json

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

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "rhods-dashboard-frontend",
"version": "0.1.0",
"description": "Frontend for RHODS dashboard.",
"author": "Red Hat",
Expand Down Expand Up @@ -49,6 +49,7 @@
"axios": "^0.21.1",
"classnames": "^2.2.6",
"lodash-es": "^4.17.15",
"node-gyp": "^7.1.2",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "odh-dashboard",
"name": "rhods-dashboard",
"version": "1.0.0",
"description": "Open Data Hub dashboard.",
"description": "RHODS dashboard.",
"author": "Red Hat",
"license": "ISC",
"private": true,
Expand Down

0 comments on commit 3efd238

Please sign in to comment.