Skip to content

Commit bf70867

Browse files
Add explicit dep on lit as workaround for npm file: dep issue (#7)
1 parent 3391485 commit bf70867

File tree

2 files changed

+12
-27
lines changed

2 files changed

+12
-27
lines changed

package-lock.json

+10-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"prepare": "husky install"
2323
},
2424
"dependencies": {
25-
"simple-carousel": "file:./build-it-with-lit/02-simple-carousel/"
25+
"simple-carousel": "file:./build-it-with-lit/02-simple-carousel/",
26+
"lit": "^2.2.2"
2627
},
2728
"devDependencies": {
2829
"husky": "^7.0.0"

0 commit comments

Comments
 (0)