Skip to content

Commit

Permalink
feat: migrate to @shopware-ag/storefront-types types
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Mar 3, 2024
1 parent 207f3e9 commit f607da9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions src/Resources/app/storefront/package-lock.json

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

2 changes: 1 addition & 1 deletion src/Resources/app/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"@friendsofshopware/storefront-types": "^0.1.1"
"@shopware-ag/storefront-types": "^0.1.2"
}
}
2 changes: 1 addition & 1 deletion src/Resources/app/storefront/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"types": ["@friendsofshopware/storefront-types"],
"types": ["@shopware-ag/storefront-types"],
"target": "ES2020",
"module": "CommonJS"
}
Expand Down

0 comments on commit f607da9

Please sign in to comment.