Merge pull request #37 from ivankravets/patch-1

Correct library manifest file
This commit is contained in:
Michael Miller
2016-01-25 17:51:49 -08:00

View File

@@ -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"
]
}
}