Skip to content

Commit

Permalink
feat(popover): third test to fix broken build
Browse files Browse the repository at this point in the history
Signed-off-by: aurore.stagnol <[email protected]>
  • Loading branch information
astagnol committed Apr 3, 2023
1 parent eb946dd commit 2ac8de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions packages/stencil/libraries/stencil-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
"puppeteer": "~10.0.0"
},
"devDependencies": {
"@ovhcloud/ods-core": "^11.0.1",
"@ovhcloud/ods-testing": "^11.0.1",
"@stencil/core": "~2.18.1",
"typescript": "4.7.4"
},
"dependencies": {
"@ovhcloud/ods-core": "^11.0.1",
"@ovhcloud/ods-testing": "^11.0.1"
},
"publishConfig": {
"registry": ""
}
Expand Down
3 changes: 0 additions & 3 deletions packages/stencil/libraries/stencil-testing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"compilerOptions": {
"declaration": true
},
"paths": {
"@ovhcloud/ods-testing": ["./packages/libraries/testing/src/index"]
},
"include": [
"src"
]
Expand Down

0 comments on commit 2ac8de6

Please sign in to comment.