Skip to content

Commit 3c12093

Browse files
committed
0.0.4: dev dependencies
1 parent a5847ae commit 3c12093

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[![devDependencies](https://david-dm.org/shonny-ua/gulp-rev-outdated/dev-status.svg)](https://david-dm.org/shonny-ua/gulp-rev-outdated#info=devDependencies&view=table)
44
[![NPM version](https://badge.fury.io/js/gulp-rev-outdated.svg)](http://badge.fury.io/js/gulp-rev-outdated)
55

6-
# [gulp](https://github.com/wearefractal/gulp)-rev-outdated
6+
# [gulp](https://github.com/wearefractal/gulp)-rev-outdated
7+
8+
[![NPM](https://nodei.co/npm/gulp-rev-outdated.png?downloads=true&stars=true)](https://nodei.co/npm/gulp-rev-outdated/)
79

810
> Old static asset revision files filter.
911

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-rev-outdated",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Old static asset revision files filter",
55
"license": "MIT",
66
"repository": {
@@ -43,8 +43,8 @@
4343
"filter"
4444
],
4545
"dependencies": {
46-
"through2": ">=0.5.1",
47-
"gulp-util": "^2.2.17"
46+
"gulp-util": "^3.0.0",
47+
"through2": ">=0.5.1"
4848
},
4949
"devDependencies": {
5050
"mocha": "*"

0 commit comments

Comments
 (0)