Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Aug 18, 2024
1 parent 95c03d5 commit 25f2aa0
Show file tree
Hide file tree
Showing 2 changed files with 4,979 additions and 73 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "0.1.0",
"description": "Fleetbase IAM extension provides identity and access management module for managing users, permissions and policies.",
"fleetbase": {
"route": "iam",
"dashboard": "int/v1/metrics/iam-dashboard"
"route": "iam"
},
"keywords": [
"fleetbase-extension",
Expand Down Expand Up @@ -42,8 +41,8 @@
"publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
},
"dependencies": {
"@fleetbase/ember-core": "link:../ember-core",
"@fleetbase/ember-ui": "link:../ember-ui",
"@fleetbase/ember-core": "^0.2.15",
"@fleetbase/ember-ui": "^0.2.22",
"@babel/core": "^7.23.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
Expand Down
Loading

0 comments on commit 25f2aa0

Please sign in to comment.