Skip to content

Commit eb8b251

Browse files
committed
Removed defunct "Base" dependency
1 parent f65fd88 commit eb8b251

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ You can quickly and easily add this library to your project in PlatformIO by sim
3939

4040
```ini
4141
lib_deps =
42-
https://github.com/Flowduino/ESPressio-Base.git
4342
https://github.com/Flowduino/ESPressio-Observable.git
4443
```
4544

library.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,5 @@
1414
"license": "Apache-2.0",
1515
"frameworks": "arduino",
1616
"platforms": "*",
17-
"dependencies": [
18-
{
19-
"name": "Flowduino ESPressio-Base",
20-
"version": "0.0.1",
21-
"url": "https://github.com/Flowduino/ESPressio-Base.git",
22-
"platforms": "*"
23-
}
24-
]
17+
"dependencies": []
2518
}

0 commit comments

Comments
 (0)