aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 163fd77..2f2b367 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"devDependencies": {
- "gulp": "~3.9.1",
- "gulp-sass": "~2.2.0",
- "gulp-rename": "~1.2.2"
+ "gulp": "^3.9",
+ "gulp-sass": "^2.2",
+ "gulp-rename": "^1.2"
}
}