File tree Expand file tree Collapse file tree 10 files changed +272
-278
lines changed Expand file tree Collapse file tree 10 files changed +272
-278
lines changed Original file line number Diff line number Diff line change 1
1
/node_modules /
2
2
/lib /
3
- /test /
4
-
5
- # top level source
6
- my-element.js
7
- my-element.js.map
8
- my-element.d.ts
9
- my-element.d.ts.map
3
+ /test /
Original file line number Diff line number Diff line change 4
4
< head >
5
5
< meta charset ="utf-8 ">
6
6
< title > Lit tsParticles Demo</ title >
7
- < script src ="../index .js "> </ script >
7
+ < script type =" module " src ="../node_modules/lit-tsparticles/lib/lit-tsparticles .js "> </ script >
8
8
< style >
9
9
p {
10
10
border : solid 1px blue;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
"author" : " The Polymer Authors" ,
23
23
"license" : " BSD-3-Clause" ,
24
24
"dependencies" : {
25
- "lit-element" : " ^2.2.1"
25
+ "lit" : " ^2.6.1" ,
26
+ "lit-element" : " ^3.2.2" ,
27
+ "lit-tsparticles" : " ^2.9.3" ,
28
+ "tsparticles" : " ^2.9.3"
26
29
},
27
30
"devDependencies" : {
28
31
"@11ty/eleventy" : " ^2.0.0" ,
42
45
"karma-chai" : " ^0.1.0" ,
43
46
"karma-mocha" : " ^2.0.0" ,
44
47
"lit-analyzer" : " ^1.1.9" ,
45
- "lit-tsparticles" : " ^2.9.3" ,
46
48
"mocha" : " ^10.0.0" ,
47
49
"prettier" : " ^2.0.0" ,
48
50
"rimraf" : " ^4.0.0" ,
51
53
"rollup-plugin-node-resolve" : " ^5.2.0" ,
52
54
"rollup-plugin-terser" : " ^7.0.0" ,
53
55
"sinon" : " ^15.0.1" ,
54
- "tsparticles" : " ^2.8.0" ,
55
56
"typescript" : " ^4.9.4" ,
56
57
"web-component-analyzer" : " ^1.0.0"
57
58
}
Original file line number Diff line number Diff line change 6
6
"declaration" : true ,
7
7
"declarationMap" : true ,
8
8
"sourceMap" : true ,
9
- "outDir" : " ./" ,
9
+ "outDir" : " ./lib " ,
10
10
"rootDir" : " ./src" ,
11
11
"strict" : true ,
12
12
"noUnusedLocals" : true ,
Original file line number Diff line number Diff line change 17
17
" typescript"
18
18
],
19
19
"dependencies" : {
20
- "lit" : " ^2.5.0" ,
20
+ "lit" : " ^2.6.1" ,
21
+ "lit-element" : " ^3.2.2" ,
21
22
"tsparticles-engine" : " ^2.9.3"
22
23
},
23
24
"devDependencies" : {
24
25
"@web/dev-server" : " ^0.1.32" ,
25
- "typescript" : " ^4.7.4 "
26
+ "typescript" : " ^4.9.5 "
26
27
},
27
28
"exports" : {
28
29
"./lib/lit-tsparticles.js" : {
You can’t perform that action at this time.
0 commit comments