Skip to content

Commit

Permalink
export renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyDCMS committed Sep 24, 2024
1 parent 776c6ed commit 33db9aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shellygo/cypress-test-utils",
"description": "Cypress Test Automation Utilities",
"version": "2.1.39",
"version": "2.1.40",
"author": "Shelly Goldblit",
"private": false,
"license": "MIT",
Expand Down Expand Up @@ -99,6 +99,10 @@
"./assertable": {
"types": "./dist/assertable/index.d.ts",
"default": "./dist/assertable/index.js"
},
"./renderer": {
"types": "./dist/renderer/index.d.ts",
"default": "./dist/renderer/index.js"
}
},
"typesVersions": {
Expand All @@ -117,6 +121,9 @@
],
"assertable": [
"./dist/assertable/index.d.ts"
],
"renderer": [
"./dist/renderer/index.d.ts"
]
}
},
Expand Down

0 comments on commit 33db9aa

Please sign in to comment.