Skip to content

Commit

Permalink
Remove the unused dependency to react-ui-components
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Apr 30, 2020
1 parent 0b20ce3 commit 9666677
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"homepage": "https://github.com/ManageIQ/manageiq#readme",
"dependencies": {
"@manageiq/react-ui-components": "~0.9.5",
"prop-types": "^15.6.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
Expand Down Expand Up @@ -48,6 +47,8 @@
"jest": {
"testURL": "http://localhost",
"setupTestFrameworkScriptFile": "<rootDir>/spec/javascript/setup.js",
"roots": ["<rootDir>/spec/javascript"]
"roots": [
"<rootDir>/spec/javascript"
]
}
}

0 comments on commit 9666677

Please sign in to comment.