From c363ce1ef4043f92ff61235fbf39fa9f2c319832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Leo=CC=81n?= Date: Sat, 23 Jun 2018 11:23:02 +0200 Subject: [PATCH] Remove duplicate p5.js libraries --- src/libraryList.js | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/libraryList.js b/src/libraryList.js index 2324deb..347e063 100644 --- a/src/libraryList.js +++ b/src/libraryList.js @@ -58,23 +58,6 @@ export const jsLibs = [ label: 'D3', type: 'js' }, - { - url: 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/p5.min.js', - label: 'P5.js', - type: 'js' - }, - { - url: - 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.min.js', - label: 'P5.js DOM', - type: 'js' - }, - { - url: - 'https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.sound.min.js', - label: 'P5.js Sound', - type: 'js' - }, { url: 'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js',