Compare commits

...

2 Commits

Author SHA1 Message Date
7e875212b5 3.0.0 2016-04-05 00:17:33 +02:00
372e00597c update deps 2016-04-05 00:17:08 +02:00

View File

@ -1,6 +1,6 @@
{
"name": "smartfile",
"version": "2.3.0",
"version": "3.0.0",
"description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js",
"scripts": {
@ -25,7 +25,7 @@
},
"homepage": "https://github.com/pushrocks/smartfile",
"dependencies": {
"beautylog": "3.1.2",
"beautylog": "4.1.0",
"fs-extra": "0.26.7",
"gulp": "^3.9.1",
"gulp-remote-src": "^0.4.1",
@ -37,8 +37,8 @@
"vinyl-file": "2.0.0"
},
"devDependencies": {
"gulp-function": "^1.2.0",
"npmts": "4.0.1",
"gulp-function": "^1.2.3",
"npmts": "5.0.0",
"should": "^8.3.0"
}
}