Skip to content

Commit

Permalink
Remove Marvinj
Browse files Browse the repository at this point in the history
Change-Id: I142ae371ef07ef5c7edc4815e06c82f4a674ef3f
  • Loading branch information
andi34 committed Oct 28, 2020
1 parent 6737fee commit 21f4575
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion chromakeying.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
<script src="node_modules/whatwg-fetch/dist/fetch.umd.js"></script>
<script type="text/javascript" src="api/config.php"></script>
<script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="node_modules/marvinj/marvinj/release/marvinj-1.0.js"></script>
<script type="text/javascript" src="vendor/Seriously/seriously.js"></script>
<script type="text/javascript" src="vendor/Seriously/effects/seriously.chroma.js"></script>
<script type="text/javascript" src="resources/js/chromakeying.js"></script>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"gulp": "4.0.2",
"gulp-sass": "4.1.0",
"jquery": "^3.5.1",
"marvinj": "^1.0.0",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"rpio": "^2.1.1",
Expand Down
2 changes: 0 additions & 2 deletions scripts/pack-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ function createArchive(fileName, archive) {
archive.file('node_modules/github-markdown-css/license');
archive.file('node_modules/jquery/LICENSE.txt');
archive.directory('node_modules/jquery/dist/');
archive.file('node_modules/marvinj/LICENSE');
archive.directory('node_modules/marvinj/marvinj/release/');
archive.file('node_modules/normalize.css/LICENSE.md');
archive.file('node_modules/normalize.css/normalize.css');
archive.file('node_modules/whatwg-fetch/LICENSE');
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3333,11 +3333,6 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

marvinj@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/marvinj/-/marvinj-1.0.0.tgz#5e1e0663f4e605a5966d3537c1a41fd22589c8b5"
integrity sha512-+afDa86Pml2BlDt2lEn+xZUZ6r4q+aQvxSmWq37M4lQ4SraBJcKlbm+wDamzXTvW7OmeK0mkWdjRB4R3PAPFjA==

matchdep@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/matchdep/-/matchdep-2.0.0.tgz#c6f34834a0d8dbc3b37c27ee8bbcb27c7775582e"
Expand Down

0 comments on commit 21f4575

Please sign in to comment.