Skip to content

Commit

Permalink
Add explicit dep on lit as workaround for npm file: dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJakubowicz committed Apr 15, 2022
1 parent 3391485 commit ea7abbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 27 deletions.
36 changes: 10 additions & 26 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"prepare": "husky install"
},
"dependencies": {
"simple-carousel": "file:./build-it-with-lit/02-simple-carousel/"
"simple-carousel": "file:./build-it-with-lit/02-simple-carousel/",
"lit": "^2.2.2"
},
"devDependencies": {
"husky": "^7.0.0"
Expand Down

0 comments on commit ea7abbf

Please sign in to comment.