Skip to content

Commit c6709c7

Browse files
skjnldsvst3iny
authored andcommitted
Bump deps and use npm7
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Signed-off-by: Richard Steinmetz <[email protected]>
1 parent 1b9535d commit c6709c7

File tree

14 files changed

+23859
-10001
lines changed

14 files changed

+23859
-10001
lines changed

.stylelintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.stylelintrc

Lines changed: 0 additions & 41 deletions
This file was deleted.

babel.config.js

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
module.exports = {
2-
presets: [
3-
[
4-
'@babel/preset-env',
5-
{
6-
useBuiltIns: 'usage',
7-
corejs: 3
8-
}
9-
]
10-
]
11-
};
1+
const babelConfig = require('@nextcloud/babel-config')
2+
3+
module.exports = babelConfig

lib/Dashboard/CalendarWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function getUrl(): ?string {
101101
* @inheritDoc
102102
*/
103103
public function load(): void {
104-
\OCP\Util::addScript('calendar', 'dashboard');
104+
\OCP\Util::addScript('calendar', 'calendar-dashboard');
105105

106106
$this->initialStateService->provideLazyInitialState(Application::APP_ID, 'dashboard_data', function () {
107107
return $this->dataService;

0 commit comments

Comments
 (0)