Skip to content

Commit

Permalink
fix: typescript typing error of plugin manager (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 19, 2023
1 parent d3f2027 commit 09dbbb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"@friendsofshopware/storefront-sdk": "^0.1.0"
"@friendsofshopware/storefront-sdk": "^0.1.1"
}
}
5 changes: 5 additions & 0 deletions src/Resources/app/storefront/tsconfig.json
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"types": ["@friendsofshopware/storefront-sdk"]
}
}

0 comments on commit 09dbbb6

Please sign in to comment.