File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 13
13
"classnames" : " ^2.2.6" ,
14
14
"gl-shader-extract" : " ^1.1.2" ,
15
15
"lodash" : " ^4.17.10" ,
16
+ "pepjs" : " ^0.4.3" ,
16
17
"react" : " ^16.4.0" ,
17
18
"react-dom" : " ^16.4.0" ,
18
19
"react-hotkeys" : " ^1.1.4" ,
Original file line number Diff line number Diff line change 55
55
} ( window . location ) )
56
56
</ script > <!-- End Single Page Apps for GitHub Pages -->
57
57
58
- <!-- Pointer Events Polyfill -->
59
- < script src ="https://code.jquery.com/pep/0.4.3/pep.js "> </ script >
60
-
61
58
< title > vsynth</ title >
62
59
</ head >
63
60
< body >
Original file line number Diff line number Diff line change
1
+ import 'pepjs' ;
1
2
import * as React from 'react' ;
2
3
import * as ReactDOM from 'react-dom' ;
3
4
import { Provider } from 'react-redux' ;
Original file line number Diff line number Diff line change @@ -5484,6 +5484,10 @@ pbkdf2@^3.0.3:
5484
5484
safe-buffer "^5.0.1"
5485
5485
sha.js "^2.4.8"
5486
5486
5487
+ pepjs@^0.4.3 :
5488
+ version "0.4.3"
5489
+ resolved "https://registry.yarnpkg.com/pepjs/-/pepjs-0.4.3.tgz#16080e970aae779913756c2daef88eaa7486df41"
5490
+
5487
5491
performance-now@^2.1.0 :
5488
5492
version "2.1.0"
5489
5493
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
You can’t perform that action at this time.
0 commit comments