added capability to read a file to a vinyl file object

This commit is contained in:
Philipp Kunz
2015-12-03 20:48:32 +01:00
parent 3a76e9b572
commit 0c0449527d
8 changed files with 134 additions and 56 deletions

View File

@@ -7,7 +7,8 @@
"test": "(cd ts/compile && node compile.js) && (node test.js)",
"reinstall": "(rm -r node_modules && npm install)",
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
"startdev": "(git checkout master && git pull origin master)"
"update": "(git checkout master && git pull origin master && npm install)",
"upgrade": "(npm run update) && (ncu upgradeAll && npm install)"
},
"repository": {
"type": "git",
@@ -24,13 +25,16 @@
},
"homepage": "https://github.com/pushrocks/smartfile",
"dependencies": {
"beautylog": "1.0.4",
"beautylog": "1.0.6",
"fs-extra": "0.26.2",
"js-yaml": "3.4.5"
"install": "^0.4.0",
"js-yaml": "3.4.6",
"vinyl": "^1.1.0",
"vinyl-file": "^1.3.0"
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-typescript": "2.9.2",
"pushrocks": "1.0.22"
"gulp-typescript": "2.10.0",
"pushrocks": "1.0.23"
}
}