File tree 2 files changed +3
-13
lines changed
2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 13
13
],
14
14
"scripts" : {
15
15
"test:unit" : " vitest --environment=jsdom" ,
16
+ "test" : " vitest run --environment=jsdom" ,
16
17
"build" : " tsc"
17
18
},
18
19
"dependencies" : {
Original file line number Diff line number Diff line change 2
2
"name" : " lit-functions-repo" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Functional components for lit-elements." ,
5
- "main" : " dist/index.js" ,
6
- "module" : " dist/index.js" ,
7
- "types" : " dist/index.d.ts" ,
8
5
"license" : " MIT" ,
9
6
"private" : true ,
10
7
"workspaces" : [
15
12
"scripts" : {
16
13
"start:app:ts" : " yarn workspace ts-component-tests dev" ,
17
14
"start:app:js" : " yarn workspace js-component-tests dev" ,
18
- "test:unit" : " yarn workspace lit-functions vitest --environment=jsdom" ,
15
+ "test:unit" : " yarn workspace lit-functions test:unit" ,
16
+ "test" : " yarn workspace lit-functions test" ,
19
17
"build" : " yarn workspace lit-functions build"
20
18
},
21
- "dependencies" : {
22
- "lit" : " ^3.1.4"
23
- },
24
- "devDependencies" : {
25
- "@open-wc/testing" : " ^4.0.0" ,
26
- "jsdom" : " ^24.1.0" ,
27
- "typescript" : " ^5.4.5" ,
28
- "vitest" : " ^1.6.0"
29
- },
30
19
"keywords" : [
31
20
" webcomponents" ,
32
21
" lit-element" ,
You can’t perform that action at this time.
0 commit comments