From a337663830957e7b057a08d0a94e3964fd7b0d22 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 5 Apr 2016 00:37:10 +0200 Subject: [PATCH] now using carets --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0f79773..fa181ea 100644 --- a/package.json +++ b/package.json @@ -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" } }