mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-20 11:54:47 +08:00
Fix missing files
This commit is contained in:
parent
82504bfc54
commit
7326967c21
2 changed files with 3 additions and 1 deletions
|
@ -246,6 +246,8 @@ module.exports = function (grunt) {
|
|||
'js/vendor/ng-password-meter/ng-password-meter.js',
|
||||
'js/vendor/sjcl/sjcl.js',
|
||||
'js/vendor/zxcvbn/zxcvbn.js',
|
||||
'js/vendor/forge.0.6.9.min.js',
|
||||
'js/vendor/download.js',
|
||||
'js/vendor/ng-clipboard/clipboard.min.js',
|
||||
'js/vendor/ng-clipboard/ngclipboard.js',
|
||||
'js/vendor/ng-tags-input/ng-tags-input.min.js',
|
||||
|
|
|
@ -18,7 +18,7 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
|
|||
]]></description>
|
||||
|
||||
<licence>AGPL</licence>
|
||||
<version>2.0.0</version>
|
||||
<version>2.0.1</version>
|
||||
<author homepage="https://github.com/brantje">Sander Brand</author>
|
||||
<author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
|
||||
<namespace>Passman</namespace>
|
||||
|
|
Loading…
Add table
Reference in a new issue