Fix small typos
This commit is contained in:
parent
ad851c8a7f
commit
394f297b70
@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
extends: [
|
||||
'@nextcloud',
|
||||
]
|
||||
],
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
nextcloud-27:
|
||||
runs-on: ubuntu-latest
|
||||
container: nextcloud:27.0.0
|
||||
container: nextcloud:27
|
||||
steps:
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -13,7 +13,7 @@
|
||||
"@nextcloud/dialogs": "^4.1.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
"@nextcloud/vue": "^7.12.0",
|
||||
"vue": "2.7.14",
|
||||
"vue": "^2",
|
||||
"vue-material-design-icons": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -22,7 +22,7 @@
|
||||
"@nextcloud/dialogs": "^4.1.0",
|
||||
"@nextcloud/router": "^2.1.2",
|
||||
"@nextcloud/vue": "^7.12.0",
|
||||
"vue": "2.7.14",
|
||||
"vue": "^2",
|
||||
"vue-material-design-icons": "^5.2.0"
|
||||
},
|
||||
"browserslist": [
|
||||
|
@ -2,8 +2,8 @@
|
||||
<psalm
|
||||
errorLevel="1"
|
||||
resolveFromConfigFile="true"
|
||||
findUnusedBaselineEntry="true"
|
||||
findUnusedCode="false"
|
||||
findUnusedBaselineEntry="true"
|
||||
findUnusedCode="false"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="https://getpsalm.org/schema/config"
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
||||
|
Loading…
Reference in New Issue
Block a user