Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix master testing and update eslint-config
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
  • Loading branch information
skjnldsv committed Oct 4, 2019
commit c2c7c2778b3dc1f2b9299fa21c15e191edb89a8c
2 changes: 1 addition & 1 deletion apps/workflowengine/js/workflowengine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/workflowengine/js/workflowengine.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default {
required: true
},
value: {
type: Array,
default() {
return []
}
Expand Down
9 changes: 5 additions & 4 deletions build/files-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'.babelrc',
'.codecov.yml',
'.drone.yml',
'.eslintrc.js',
'.git',
'.gitattributes',
'.github',
Expand Down Expand Up @@ -52,20 +53,20 @@
'config',
'console.php',
'contribute',
'COPYING',
'COPYING-README',
'COPYING',
'core',
'cron.php',
'index.html',
'index.php',
'lib',
'Makefile',
'occ',
'ocs',
'ocs-provider',
'ocm-provider',
'package.json',
'ocs-provider',
'ocs',
'package-lock.json',
'package.json',
'public.php',
'README.md',
'remote.php',
Expand Down
57 changes: 41 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@
"@babel/core": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"browserslist-config-nextcloud": "0.0.1",
"css-loader": "^3.2.0",
"eslint": "^5.16.0",
"eslint-config-nextcloud": "0.0.5",
"eslint-config-nextcloud": "0.0.6",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.18.2",
Expand Down