Skip to content

Commit

Permalink
build: updated to latest v2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Feb 22, 2023
1 parent 651f9d9 commit b937d15
Show file tree
Hide file tree
Showing 21 changed files with 659 additions and 752 deletions.
378 changes: 378 additions & 0 deletions apps/riot/CHANGELOG.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions apps/riot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tsparticles/riot-demo",
"name": "riot-particles-demo",
"private": true,
"version": "2.7.1",
"version": "2.9.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,11 +36,11 @@
"@riotjs/hot-reload": "^6.0.1",
"@riotjs/lazy": "^2.0.2",
"@riotjs/route": "^8.0.2",
"@tsparticles/riot": "^2.7.1",
"path": "^0.12.7",
"riot": "^7.1.0",
"tsparticles": "^2.7.1",
"tsparticles-demo-configs": "^2.7.1",
"tsparticles-engine": "^2.7.1"
"riot-particles": "^2.9.3",
"tsparticles": "^2.9.3",
"tsparticles-demo-configs": "^2.9.3",
"tsparticles-engine": "^2.9.3"
}
}
2 changes: 1 addition & 1 deletion apps/riot/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @tsparticles/riot-demo
# riot-particles-demo



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
particlesLoaded='{particlesLoaded}'/>

<script>
import RiotParticles from "@tsparticles/riot";
import RiotParticles from "riot-particles";
import { loadFull } from "tsparticles";
import { basic } from "tsparticles-demo-configs";
Expand Down
4 changes: 2 additions & 2 deletions apps/riot/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "@riotjs/hot-reload";
import { mount, register } from "riot";
import RiotParticles from "@tsparticles/riot";
import RiotParticles from "riot-particles";
import MyComponent from "./components/global/my-component/my-component.riot";
import Sidebar from "./components/global/sidebar/sidebar.riot";
import User from "./components/includes/user/user.riot";
Expand All @@ -10,7 +10,7 @@ import User from "./components/includes/user/user.riot";
register("my-component", MyComponent);
register("sidebar", Sidebar);
register("user", User);
register("@tsparticles/riot", RiotParticles);
register("riot-particles", RiotParticles);

// mount all the global components found in this page
mount('[data-riot-component]')
62 changes: 0 additions & 62 deletions components-legacy/riot/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions components-legacy/riot/LICENSE

This file was deleted.

92 changes: 0 additions & 92 deletions components-legacy/riot/README.md

This file was deleted.

110 changes: 0 additions & 110 deletions components-legacy/riot/package.json

This file was deleted.

47 changes: 0 additions & 47 deletions components-legacy/riot/src/riot-particles.riot

This file was deleted.

Loading

0 comments on commit b937d15

Please sign in to comment.