tests running though, can now handle local and remote files

This commit is contained in:
2016-03-18 17:34:31 +01:00
parent 34d38cd3d4
commit 4a8df9c12f
10 changed files with 278 additions and 129 deletions

View File

@@ -26,8 +26,8 @@
"homepage": "https://github.com/pushrocks/smartfile",
"dependencies": {
"beautylog": "3.1.2",
"fs-extra": "0.26.5",
"js-yaml": "3.5.4",
"fs-extra": "0.26.7",
"js-yaml": "3.5.5",
"q": "1.4.1",
"request": "^2.69.0",
"require-reload": "0.2.2",
@@ -36,7 +36,7 @@
"vinyl-file": "2.0.0"
},
"devDependencies": {
"npmts": "3.4.1",
"npmts": "3.5.0",
"should": "^8.2.2"
}
}