Skip to content

Commit

Permalink
another install attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Jul 24, 2024
1 parent 63cf41d commit b827da3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"type": "module",
"name": "vercel-api-webcomponents"
"name": "vercel-api-webcomponents",
"scripts": {
"install": "cd ../ && yarn install"
},
"dependencies": {
"lit-html": "^3.1.4",
"@lit-labs/ssr": "^3.2.2",
"lit": "^3.1.4",
"node-html-parser": "^6.1.13"
}
}

0 comments on commit b827da3

Please sign in to comment.