Skip to content

Commit 8ab5add

Browse files
Remove particles.js source, keep only compiled dist file
Replaces particles.js-master/ (full library source with old npm deps) with just particles.min.js at the repo root. Clears 37 GitHub security vulnerability alerts caused by outdated build dependencies (gulp, jshint, etc.). Updates script src in index.html accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 58bad8d commit 8ab5add

12 files changed

Lines changed: 1 addition & 6445 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="author" content="Thomas Wright">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="stylesheet" type="text/css" href="styles.css">
8-
<script src="particles.js-master/dist/particles.min.js"></script>
8+
<script src="particles.min.js"></script>
99
<!-- Global site tag (gtag.js) - Google Analytics -->
1010
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z8VGSFNZ19"></script>
1111
<script>

particles.js-master/.gitignore

Lines changed: 0 additions & 19 deletions
This file was deleted.

particles.js-master/.jshintrc

Lines changed: 0 additions & 26 deletions
This file was deleted.

particles.js-master/.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

particles.js-master/LICENSE

Lines changed: 0 additions & 19 deletions
This file was deleted.

particles.js-master/README.md

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)