Skip to content

Commit

Permalink
Merge pull request #72 from dxc-technology/jialecl-addingExternal
Browse files Browse the repository at this point in the history
halstack-client added as external
  • Loading branch information
jsuarezgonz authored Apr 8, 2024
2 parents 5f681d5 + 15d514f commit 2031665
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
dist
tmp
/out-tsc
.nx

# dependencies
node_modules
Expand Down
3 changes: 2 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"peerDependencies": {
"react": "^18.x",
"react-dom": "^18.x",
"@dxc-technology/halstack-react": "^12.0.0"
"@dxc-technology/halstack-react": "^12.0.0",
"@dxc-technology/halstack-client": "^1.5.0"
}
}
2 changes: 1 addition & 1 deletion lib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tsConfig": "lib/tsconfig.lib.json",
"project": "lib/package.json",
"entryFile": "lib/src/index.ts",
"external": ["react", "react-dom", "react/jsx-runtime"],
"external": ["@dxc-technology/halstack-client", "react", "react-dom", "react/jsx-runtime"],
"rollupConfig": "@nx/react/plugins/bundle-rollup",
"compiler": "babel",
"allowJs": true,
Expand Down

0 comments on commit 2031665

Please sign in to comment.