From cad11b9dc7aa8bdb82f62e51976dcdb2c69b8501 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 21 Dec 2015 23:53:39 +0200 Subject: [PATCH] Correct library manifest file --- library.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index 4c60afb..4e2d957 100644 --- a/library.json +++ b/library.json @@ -1,14 +1,11 @@ { "name": "NeoPixelBus", - "description": "Adafruit enhanced NeoPixel support library", - "keywords": "WS2811,WS2812,ESP8266", - "frameworks": "*", + "description": "Adafruit enhanced NeoPixel support library (WS2811, WS2812)", + "keywords": "led, strip", + "frameworks": "arduino", "platforms": "*", "repository": { "type": "git", "url": "https://github.com/Makuna/NeoPixelBus.git" - }, - "examples": [ - "examples/*/*.pde" - ] + } }