Skip to content

Commit 4a0ccc1

Browse files
authored
Merge pull request #175 from ivankravets/patch-5
Use strict dependency to OneWire library
2 parents 57a88b9 + c9b74af commit 4a0ccc1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

library.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@
3030
],
3131
"dependencies":
3232
{
33-
"name": "OneWire",
34-
"authors": "Paul Stoffregen",
35-
"frameworks": "arduino"
33+
"paulstoffregen/OneWire": "^2.3.5"
3634
},
37-
"version": "3.9.0",
35+
"version": "3.9.1",
3836
"frameworks": "arduino",
3937
"platforms": "*"
4038
}

0 commit comments

Comments
 (0)