From dbd67335d4fc87b494cbb89cfee4376169e5ba36 Mon Sep 17 00:00:00 2001 From: Oleksander Ovcharenko Date: Tue, 23 Jun 2015 17:10:00 +0300 Subject: [PATCH] 0.1.1 index.js on npmjs absent fix --- index.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 1f18745..dfd76cc 100644 --- a/index.js +++ b/index.js @@ -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 = {}; diff --git a/package.json b/package.json index 58c0285..9829af1 100644 --- a/package.json +++ b/package.json @@ -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": {