1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

Merge branch 'release-1.1' into develop

This commit is contained in:
antelle 2016-04-08 18:49:07 +03:00
commit 4183d46501
2 changed files with 2 additions and 1 deletions

View File

@ -401,6 +401,7 @@ module.exports = function(grunt) {
info: {
arch: 'amd64',
targetDir: 'tmp/desktop',
appName: 'KeeWeb',
scripts: {
postinst: 'package/deb/scripts/postinst'
}

View File

@ -20,7 +20,7 @@
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-deb": "github:antelle/grunt-contrib-deb#6cf2970",
"grunt-contrib-deb": "github:antelle/grunt-contrib-deb#ddb2ef4",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-htmlmin": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",