Skip to content

Commit aca5505

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.
1 parent 49dc7a6 commit aca5505

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", "thermostat/__init__.py"]
44
],
55
"deps": [
66
["time", "latest"],
File renamed without changes.

0 commit comments

Comments
 (0)