Add CI
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
.gitlab-ci.yml
0 → 100644
... | ... | @@ -23,7 +23,7 @@ |
"stylelint:fix": "stylelint src --fix" | ||
}, | ||
"dependencies": { | ||
"@nextcloud/axios": "^1.5.0", | ||
"@nextcloud/axios": "^1.6.0", | ||
"@nextcloud/dialogs": "^3.1.1", | ||
"@nextcloud/initial-state": "^1.2.0", | ||
"@nextcloud/l10n": "^1.4.1", | ||
... | ... | @@ -57,7 +57,7 @@ |
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-vue": "^7.4.0", | ||
"eslint-plugin-vue": "^7.4.1", | ||
"eslint-webpack-plugin": "^2.4.1", | ||
"node-sass": "^5.0.0", | ||
"sass-loader": "^10.1.0", | ||
... | ... | @@ -65,6 +65,7 @@ |
"stylelint-config-recommended-scss": "^4.2.0", | ||
"stylelint-scss": "^3.18.0", | ||
"stylelint-webpack-plugin": "^2.1.1", | ||
"url-loader": "^4.1.1", | ||
"vue-loader": "^15.9.6", | ||
"vue-template-compiler": "^2.6.12", | ||
"webpack": "^4.44.2", | ||
... | ... |
Please register or sign in to comment