Skip to content

Commit

Permalink
Remove conflicted fields (#306)
Browse files Browse the repository at this point in the history
Thanks for fixing our library.json file in this PR, Ivan.
  • Loading branch information
ivankravets authored Dec 26, 2021
1 parent 506354b commit b6a2c4b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,14 @@
"url": "https://github.com/kitesurfer1404/WS2812FX"
},
"version": "1.3.5",
"downloadUrl": "https://github.com/kitesurfer1404/WS2812FX/archive/master.zip",
"export": {
"include": "WS2812FX-master"
},
"frameworks": "arduino",
"platforms": "*",
"repository": {
"type": "git",
"url": "https://github.com/kitesurfer1404/WS2812FX.git"
},
"dependencies": [
{
"name": "Adafruit NeoPixel",
"version": ">=1.1.7"
}
],
"dependencies": {
"adafruit/Adafruit NeoPixel": ">=1.1.7"
},
"headers": "WS2812FX.h"
}

0 comments on commit b6a2c4b

Please sign in to comment.