Add github action

This commit is contained in:
RainLoop Team 2021-01-16 17:51:14 +03:00
parent 1979f84dab
commit 20e0c1417d
17 changed files with 2038 additions and 2040 deletions

View file

@ -3,8 +3,8 @@
"title": "RainLoop Webmail",
"description": "Simple, modern & fast web-based email client",
"private": true,
"version": "1.14.0",
"ownCloudVersion": "5.3.0",
"version": "1.15.0",
"ownCloudVersion": "5.4.0",
"homepage": "https://www.rainloop.net",
"author": {
"name": "RainLoop Team",
@ -17,7 +17,9 @@
},
"scripts": {
"watch-css": "gulp watchCss",
"watch-js": "webpack --color --watch"
"watch-js": "webpack --color --watch",
"build": "gulp all",
"build-pro": "gulp all --pro"
},
"license": "SEE LICENSE IN LICENSE",
"licenses": [
@ -86,6 +88,7 @@
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-stripbom": "1.0.5",
"gulp-terser": "^1.2.0",
"gulp-through": "0.4.0",
"gulp-util": "3.0.8",
"gulp-zip": "5.0.1",
@ -115,11 +118,8 @@
"rimraf": "3.0.2",
"simplestatemanager": "4.1.1",
"style-loader": "1.1.3",
"underscore": "1.9.2"
},
"dependencies": {
"gulp-terser": "^1.2.0",
"webpack": "4.42.0",
"webpack-cli": "3.3.11"
"webpack-cli": "3.3.11",
"underscore": "1.9.2"
}
}