Skip to content

Commit

Permalink
fix(package.json): add lit and lit-html as dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 10, 2024
1 parent db7dc1b commit 7430b2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/lit-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"README.md"
],
"scripts": {
"lint:knip": "knip --exports",
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
"test:components": "web-test-runner",
"test:files": "jest --coverage",
Expand Down Expand Up @@ -56,6 +57,8 @@
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-config": "workspace:*",
"lit": "3.1.2",
"lit-html": "3.1.2",
"rimraf": "5.0.5",
"sinon": "17.0.1",
"tsconfig-config": "workspace:*",
Expand Down

0 comments on commit 7430b2f

Please sign in to comment.