Move npm dependencies into the project itself, this also gets my npm scripts working again!
This commit is contained in:
parent
9b84fc7471
commit
9fa0d4f95d
27 changed files with 1073 additions and 51 deletions
2
resources/assets/es6/links.js
vendored
2
resources/assets/es6/links.js
vendored
|
@ -1,7 +1,7 @@
|
|||
//links.js
|
||||
|
||||
let youtubeRegex = /watch\?v=([A-Za-z0-9\-_]+)\b/;
|
||||
let spotifyRegex = /https\:\/\/play\.spotify\.com\/(.*)\b/;
|
||||
let spotifyRegex = /https:\/\/play\.spotify\.com\/(.*)\b/;
|
||||
|
||||
let notes = document.querySelectorAll('.e-content');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue