Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-08 14:26:48 +0300
committerbrantje <brantje@gmail.com>2016-10-08 14:26:48 +0300
commit842e27d439a6667aff74252e19c0d0023b1ca50e (patch)
treec18fb83be732e3d47f48fd3503d37463eda52828 /Gruntfile.js
parentf7cb2a4c6d160480bd3d984d293685e02ee19128 (diff)
Add export functionality
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fe4ec67a..f394e4da 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -34,6 +34,7 @@ module.exports = function (grunt) {
globals: {
"angular": true,
"PassmanImporter": true,
+ "PassmanExporter": true,
"OC": true,
"window": true,
"console": true,