Skip to content

Commit

Permalink
adjust build script
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 12, 2024
1 parent fdb3ab2 commit 6d38d8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-pots-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@baloise/ds-core': patch
---

**testing**: fix import paths
30 changes: 0 additions & 30 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,5 @@
"dependencies": {
"@baloise/ds-core": "16.0.0",
"cypress-file-upload": "~5.0.8"
},
"type": "module",
"module": "./dist/index.esm.js",
"main": "./dist/index.esm.js",
"types": "./dist/index.esm.d.ts",
"exports": {
".": "./dist/index.esm.js",
"./add-custom-commands": "./dist/add-custom-commands.esm.js",
"./add-override-commands": "./dist/add-override-commands.esm.js",
"./selectors": "./dist/selectors.esm.js",
"./viewports": "./dist/viewports.esm.js"
},
"typesVersions": {
"*": {
".": [
"./dist/index.esm.d.ts"
],
"add-custom-commands": [
"./dist/add-custom-commands.esm.d.ts"
],
"add-override-commands": [
"./dist/add-override-commands.esm.d.ts"
],
"selectors": [
"./dist/selectors.esm.d.ts"
],
"viewports": [
"./dist/viewports.esm.d.ts"
]
}
}
}

0 comments on commit 6d38d8b

Please sign in to comment.