added memory to object function
This commit is contained in:
parent
a787836e56
commit
c09fe29d99
4
dist/smartfile.memory.js
vendored
4
dist/smartfile.memory.js
vendored
File diff suppressed because one or more lines are too long
@ -25,20 +25,20 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/pushrocks/smartfile",
|
"homepage": "https://github.com/pushrocks/smartfile",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"beautylog": "^4.1.1",
|
"beautylog": "^4.1.2",
|
||||||
"fs-extra": "^0.26.7",
|
"fs-extra": "^0.26.7",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-remote-src": "^0.4.1",
|
"gulp-remote-src": "^0.4.1",
|
||||||
"js-yaml": "^3.5.5",
|
"js-yaml": "^3.5.5",
|
||||||
"q": "^1.4.1",
|
"q": "^1.4.1",
|
||||||
"request": "^2.69.0",
|
"request": "^2.70.0",
|
||||||
"require-reload": "0.2.2",
|
"require-reload": "0.2.2",
|
||||||
"vinyl": "^1.1.1",
|
"vinyl": "^1.1.1",
|
||||||
"vinyl-file": "^2.0.0"
|
"vinyl-file": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp-function": "^1.2.4",
|
"gulp-function": "^1.3.1",
|
||||||
"npmts": "^5.0.3",
|
"npmts": "^5.0.4",
|
||||||
"should": "^8.3.0"
|
"should": "^8.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -40,7 +40,7 @@ export let toGulpStream = function(fileArg:string|string[]|plugins.vinyl|plugins
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* converts file to Object
|
||||||
* @param fileStringArg
|
* @param fileStringArg
|
||||||
* @param fileTypeArg
|
* @param fileTypeArg
|
||||||
* @returns {any|any}
|
* @returns {any|any}
|
||||||
|
Loading…
Reference in New Issue
Block a user