now setting rights for stored keys

This commit is contained in:
2016-06-26 04:23:45 +02:00
parent 742bf694e4
commit ecd0fd8fad
6 changed files with 18 additions and 6 deletions

View File

@@ -5,5 +5,6 @@ export let fs = require("fs-extra");
export let minimatch = require("minimatch");
export import path = require("path");
export let q = require("q");
export let shelljs = require("shelljs");
export import smartfile = require("smartfile");
export import smartpath = require("smartpath");