Skip to content

Commit 3732c9f

Browse files
committed
build: fixed package naming
1 parent 43a198d commit 3732c9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/lit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tsparticles/lit-demo",
2+
"name": "lit-tsparticles-demo",
33
"version": "2.8.0",
44
"private": true,
55
"description": "A simple web component",
@@ -30,7 +30,6 @@
3030
"@open-wc/testing": "^2.4.2",
3131
"@open-wc/testing-karma": "^3.2.19",
3232
"@rollup/plugin-replace": "^2.2.1",
33-
"@tsparticles/lit": "^2.8.0",
3433
"@types/chai": "^4.2.7",
3534
"@types/mocha": "^5.2.7",
3635
"@typescript-eslint/eslint-plugin": "^2.12.0",
@@ -43,6 +42,7 @@
4342
"karma-chai": "^0.1.0",
4443
"karma-mocha": "^1.3.0",
4544
"lit-analyzer": "^1.1.9",
45+
"lit-tsparticles": "^2.8.0",
4646
"mocha": "^6.2.2",
4747
"prettier": "^2.0.0",
4848
"rimraf": "^3.0.2",

components/lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tsparticles/lit",
2+
"name": "lit-tsparticles",
33
"version": "2.8.0",
44
"description": "Official tsParticles Lit Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, Angular, React, Vue.js (2.x and 3.x), Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.",
55
"main": "lit-particles.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tsparticles/lit-workspace",
2+
"name": "lit-tsparticles-workspace",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)