BREAKING CHANGE(scope): switch to pushrocks scope

This commit is contained in:
2018-07-03 00:15:00 +02:00
parent 16cecbefac
commit 168136bebb
13 changed files with 808 additions and 42 deletions

View File

@ -26,7 +26,7 @@ export interface IToFsOptions {
* @param fileBaseArg
*/
export let toFs = async (fileContentArg: string | Smartfile, filePathArg, optionsArg: IToFsOptions = {} ) => {
let done = plugins.q.defer()
let done = plugins.smartpromise.defer()
// check args
if (!fileContentArg || !filePathArg) {