mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Fix unexpected desktop mode on mobile devices + small fixes (#1514)
This commit is contained in:
parent
677a5f2e35
commit
ed5685314e
10 changed files with 115 additions and 88 deletions
18
package.json
18
package.json
|
|
@ -3,8 +3,8 @@
|
|||
"title": "RainLoop Webmail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "1.11.2",
|
||||
"ownCloudVersion": "5.0.1",
|
||||
"version": "1.11.3",
|
||||
"ownCloudVersion": "5.0.5",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "gulpfile.js",
|
||||
"author": {
|
||||
|
|
@ -33,14 +33,14 @@
|
|||
"keywords": [
|
||||
"webmail",
|
||||
"php",
|
||||
"javascript",
|
||||
"simple",
|
||||
"modern",
|
||||
"mail",
|
||||
"web-based",
|
||||
"email",
|
||||
"client",
|
||||
"openpgp",
|
||||
"plugins"
|
||||
"openpgp"
|
||||
],
|
||||
"readmeFilename": "README.md",
|
||||
"engines": {
|
||||
|
|
@ -66,13 +66,13 @@
|
|||
"copy-webpack-plugin": "4.0.1",
|
||||
"element-dataset": "2.2.6",
|
||||
"es6-promise-polyfill": "1.2.0",
|
||||
"eslint": "4.6.1",
|
||||
"eslint": "4.7.2",
|
||||
"eslint-plugin-compat": "1.0.4",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-autoprefixer": "4.0.0",
|
||||
"gulp-cached": "1.1.1",
|
||||
"gulp-chmod": "2.0.0",
|
||||
"gulp-clean-css": "3.8.0",
|
||||
"gulp-clean-css": "3.9.0",
|
||||
"gulp-concat-util": "0.5.5",
|
||||
"gulp-eol": "0.1.2",
|
||||
"gulp-eslint": "4.0.0",
|
||||
|
|
@ -107,18 +107,18 @@
|
|||
"knockout-projections": "github:stevesanderson/knockout-projections#v1.1.0",
|
||||
"knockout-sortable": "0.14.1",
|
||||
"lightgallery": "1.2.21",
|
||||
"lozad": "1.0.2",
|
||||
"lozad": "1.0.4",
|
||||
"matchmedia-polyfill": "0.3.0",
|
||||
"moment": "2.18.1",
|
||||
"node-fs": "0.1.7",
|
||||
"node-notifier": "5.1.2",
|
||||
"normalize.css": "7.0.0",
|
||||
"openpgp": "2.5.10",
|
||||
"openpgp": "2.5.11",
|
||||
"opentip": "2.4.3",
|
||||
"pikaday": "1.6.1",
|
||||
"raw-loader": "0.5.1",
|
||||
"rimraf": "2.6.2",
|
||||
"run-sequence": "2.1.0",
|
||||
"run-sequence": "2.2.0",
|
||||
"simplestatemanager": "3.4.0",
|
||||
"style-loader": "0.18.2",
|
||||
"underscore": "1.8.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue