Move npm dependencies into the project itself, this also gets my npm scripts working again!

This commit is contained in:
Jonny Barnes 2017-07-19 14:09:03 +01:00
parent 9b84fc7471
commit 9fa0d4f95d
27 changed files with 1073 additions and 51 deletions

View file

@ -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');