You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- refactor: choose installation command depending on the existence of `package-lock.json` and `package.json` This also fixes a problem that occurred with modules with `package.json` but without `package-lock.json` during installation with `npm ci`.
13
+
- refactor: don't save `header` to config file if not set
14
+
- refactor: get module defaults also from browser to handle bundled modules better (this will fix [#331](https://github.com/Jopyth/MMM-Remote-Control/issues/331))
15
+
- chore: update devDependencies
16
+
17
+
### Fixed
18
+
19
+
- fix: get default config while adding a module
20
+
- fix: don't save module position if not set. Since MM meanwhile checks the position values, an error message appears without this fix.
0 commit comments