Skip to content

Commit 3cb79a3

Browse files
committed
fix: homepage link.
1 parent ff21626 commit 3cb79a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webgl-tech-particles",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Interactive 3D particle system with technology icons using WebGL",
55
"main": "dist/webgl-tech-particles.js",
66
"module": "dist/webgl-tech-particles.js",
@@ -25,9 +25,9 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/a-rudenko/webgl-tech-particles.git",
29-
"homepage": "https://a-rudenko.github.io/webgl-tech-particles/demo.html"
28+
"url": "https://github.com/a-rudenko/webgl-tech-particles.git"
3029
},
30+
"homepage": "https://a-rudenko.github.io/webgl-tech-particles/demo.html",
3131
"author": {
3232
"name": "Aleksey Rudenko",
3333
"email": "i.lex.rudenko@gmail.com"

0 commit comments

Comments
 (0)