Compare commits

...

2 Commits

Author SHA1 Message Date
be91e22447 3.0.2 2016-04-05 00:37:15 +02:00
a337663830 now using carets 2016-04-05 00:37:10 +02:00

View File

@ -1,6 +1,6 @@
{
"name": "smartfile",
"version": "3.0.1",
"version": "3.0.2",
"description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js",
"scripts": {
@ -25,20 +25,20 @@
},
"homepage": "https://github.com/pushrocks/smartfile",
"dependencies": {
"beautylog": "4.1.0",
"fs-extra": "0.26.7",
"beautylog": "^4.1.0",
"fs-extra": "^0.26.7",
"gulp": "^3.9.1",
"gulp-remote-src": "^0.4.1",
"js-yaml": "3.5.5",
"q": "1.4.1",
"js-yaml": "^3.5.5",
"q": "^1.4.1",
"request": "^2.69.0",
"require-reload": "0.2.2",
"vinyl": "1.1.1",
"vinyl-file": "2.0.0"
"vinyl": "^1.1.1",
"vinyl-file": "^2.0.0"
},
"devDependencies": {
"gulp-function": "^1.2.3",
"npmts": "5.0.1",
"npmts": "^5.0.1",
"should": "^8.3.0"
}
}