Skip to content

Commit 16d5be0

Browse files
committed
Relax dependency constraints
1 parent 225bb41 commit 16d5be0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"mocha-lcov-reporter": "~1.0.0"
3434
},
3535
"dependencies": {
36-
"async": "~1.5.0",
37-
"gulp-util": "~3.0.7",
36+
"async": "^1.5.0",
37+
"gulp-util": "^3.0.7",
3838
"lodash": "^4.0.0",
39-
"through2": "~2.0.0"
39+
"through2": "^2.0.0"
4040
}
4141
}

0 commit comments

Comments
 (0)