Skip to content

Commit 89d8e4d

Browse files
committed
Move the module to a directory
This may fix a mip issue where installing from github causes an unpacking error when parsing the "deps" from package.json. Also changes the second argument in "deps" to be an absolute URL, since this seemed related.
1 parent 49dc7a6 commit 89d8e4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"urls": [
3-
["thermostat.py", "thermostat.py"]
3+
["thermostat/__init__.py", "github:solanus-systems/micropython-thermostat/thermostat/__init__.py"]
44
],
55
"deps": [
66
["time", "latest"],
File renamed without changes.

0 commit comments

Comments
 (0)