Skip to content

Commit 28d03a3

Browse files
committed
Use npm package instead of CDN for pepjs
1 parent e40639b commit 28d03a3

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"classnames": "^2.2.6",
1414
"gl-shader-extract": "^1.1.2",
1515
"lodash": "^4.17.10",
16+
"pepjs": "^0.4.3",
1617
"react": "^16.4.0",
1718
"react-dom": "^16.4.0",
1819
"react-hotkeys": "^1.1.4",

public/index.html

-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
}(window.location))
5656
</script> <!-- End Single Page Apps for GitHub Pages -->
5757

58-
<!-- Pointer Events Polyfill -->
59-
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
60-
6158
<title>vsynth</title>
6259
</head>
6360
<body>

src/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import 'pepjs';
12
import * as React from 'react';
23
import * as ReactDOM from 'react-dom';
34
import { Provider } from 'react-redux';

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -5484,6 +5484,10 @@ pbkdf2@^3.0.3:
54845484
safe-buffer "^5.0.1"
54855485
sha.js "^2.4.8"
54865486

5487+
pepjs@^0.4.3:
5488+
version "0.4.3"
5489+
resolved "https://registry.yarnpkg.com/pepjs/-/pepjs-0.4.3.tgz#16080e970aae779913756c2daef88eaa7486df41"
5490+
54875491
performance-now@^2.1.0:
54885492
version "2.1.0"
54895493
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"

0 commit comments

Comments
 (0)