From 0a67ba642a00f71abffe64fed0d6005c46fe8bef Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Sat, 31 May 2014 10:32:08 +0100 Subject: [PATCH] Remove p5 npm for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://registry.npmjs.org/p5/-/p5-0.2.14.tgz is broken - doesn’t include source files, so nothing is copied and build fails. --- ajax/libs/p5.js/package.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ajax/libs/p5.js/package.json b/ajax/libs/p5.js/package.json index b8e7fe864..1cd5aa5d2 100644 --- a/ajax/libs/p5.js/package.json +++ b/ajax/libs/p5.js/package.json @@ -1,17 +1,7 @@ { "name": "p5.js", "filename": "p5.min.js", - "npmName": "p5", - "npmFileMap": [ - { - "basePath": "/dist/", - "files": [ - "p5.min.js", - "p5.js" - ] - } - ], - "version": "0.2.14", + "version": "0.2.13", "description": "p5.js is a JavaScript client-side library for creating graphic and interactive experiences, using canvas and HTML5, based on the core principles of Processing.", "homepage": "http://p5js.org", "keywords": [