Skip to content

Commit

Permalink
0.1.1 index.js on npmjs absent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shonny-ua committed Jun 23, 2015
1 parent 793f251 commit dbd6733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var path = require('path');
var PLUGIN_NAME = 'gulp-rev-outdated';

function plugin(keepQuantity) {
'use strict';
keepQuantity = parseInt(keepQuantity) || 2;
var lists = {};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-rev-outdated",
"version": "0.1.0",
"version": "0.1.1",
"description": "Old static asset revision files filter",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit dbd6733

Please sign in to comment.