Skip to content

Commit

Permalink
fix(general-info): added missing dependency to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Jan 28, 2021
1 parent 3ebf018 commit 19bf3ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/inventory-general-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/frontend-components-inventory-general-info",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "System info detail for RedHat Cloud Services project.",
"main": "index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -39,6 +39,7 @@
"@redhat-cloud-services/frontend-components": ">=3.0.0",
"@redhat-cloud-services/frontend-components-utilities": ">=3.0.0",
"@redhat-cloud-services/host-inventory-client": "1.0.91",
"@redhat-cloud-services/frontend-components-inventory": "*"
"@redhat-cloud-services/frontend-components-inventory": "*",
"abortcontroller-polyfill": "^1.7.1"
}
}

0 comments on commit 19bf3ec

Please sign in to comment.