mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
1.10.4.179
This commit is contained in:
parent
300a3373a8
commit
bb2f62c87a
4 changed files with 7 additions and 7 deletions
2
.cmds
2
.cmds
|
|
@ -4,7 +4,7 @@ tx pull -a
|
||||||
|
|
||||||
# dependencies checker
|
# dependencies checker
|
||||||
npm-check --skip-unused --save-exact
|
npm-check --skip-unused --save-exact
|
||||||
npm-dedupe
|
npm dedupe
|
||||||
|
|
||||||
# dependencies locker
|
# dependencies locker
|
||||||
npm shrinkwrap --dev
|
npm shrinkwrap --dev
|
||||||
|
|
|
||||||
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
|
|
@ -3919,9 +3919,9 @@
|
||||||
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz"
|
||||||
},
|
},
|
||||||
"simplestatemanager": {
|
"simplestatemanager": {
|
||||||
"version": "3.2.0",
|
"version": "3.4.0",
|
||||||
"from": "simplestatemanager@3.2.0",
|
"from": "simplestatemanager@3.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/simplestatemanager/-/simplestatemanager-3.2.0.tgz"
|
"resolved": "https://registry.npmjs.org/simplestatemanager/-/simplestatemanager-3.4.0.tgz"
|
||||||
},
|
},
|
||||||
"slash": {
|
"slash": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Simple, modern & fast web-based email client",
|
"description": "Simple, modern & fast web-based email client",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.10.4",
|
"version": "1.10.4",
|
||||||
"release": "177",
|
"release": "179",
|
||||||
"ownCloudPackageVersion": "4.24",
|
"ownCloudPackageVersion": "4.24",
|
||||||
"homepage": "http://rainloop.net",
|
"homepage": "http://rainloop.net",
|
||||||
"main": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"rifraf": "^2.0.2",
|
"rifraf": "^2.0.2",
|
||||||
"rimraf": "^2.5.4",
|
"rimraf": "^2.5.4",
|
||||||
"run-sequence": "^1.2.2",
|
"run-sequence": "^1.2.2",
|
||||||
"simplestatemanager": "3.2.0",
|
"simplestatemanager": "^3.4.0",
|
||||||
"style-loader": "^0.13.1",
|
"style-loader": "^0.13.1",
|
||||||
"tinycon": "github:tommoor/tinycon",
|
"tinycon": "github:tommoor/tinycon",
|
||||||
"underscore": "^1.8.3",
|
"underscore": "^1.8.3",
|
||||||
|
|
|
||||||
|
|
@ -204,7 +204,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-group pull-right hide-on-mobile" data-bind="visible: isDraftFolder()" style="margin-right: 5px">
|
<div class="btn-group pull-right hide-on-mobile" data-tooltip-join="right" data-bind="visible: isDraftFolder(), tooltip: 'MESSAGE/BUTTON_EDIT'" style="margin-right: 5px">
|
||||||
<a class="btn single btn-success buttonEdit" data-bind="command: messageEditCommand">
|
<a class="btn single btn-success buttonEdit" data-bind="command: messageEditCommand">
|
||||||
<i class="icon-pencil icon-white"></i>
|
<i class="icon-pencil icon-white"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue