Skip to content

Commit

Permalink
Mt/exports (#20)
Browse files Browse the repository at this point in the history
* add custom-name devoder

* export assets
  • Loading branch information
martrapp authored Jan 31, 2024
1 parent c1e5a97 commit d6069f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-olives-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-vtbot": patch
---

Adds the new assets directory to the package exports
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"import": "./animations/*.astro",
"types": "./animations/*.d.ts"
},
"./assets/*": "./assets/*",
"./animations/*": "./animations/*.ts",
"./package.json": "./package.json",
"./vtex1": "./integration/view-transition-extension1.ts",
Expand All @@ -59,7 +60,7 @@
"debug"
],
"scripts": {
"format": "prettier -w components integration animations",
"format": "prettier -w components integration animations test",
"test": "mkdir -p test/fixture/node_modules && (cd test/fixture/node_modules && rm -f astro-vtbot; ln -sT ../../.. astro-vtbot) && npx playwright test",
"changeset": "changeset",
"release": "changeset publish"
Expand All @@ -73,7 +74,7 @@
"@playwright/test": "^1.40.0",
"@types/dom-view-transitions": "^1.0.4",
"@types/node": "^20.10.4",
"astro": "^4.0.3",
"astro": "latest",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.3.3"
Expand Down

0 comments on commit d6069f4

Please sign in to comment.