gulp-rev-rewrite
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "gulp-rev-rewrite", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Rewrite occurences of filenames which have been renamed by gulp-rev", | ||
@@ -11,3 +11,2 @@ "main": "index.js", | ||
"scripts": { | ||
"semantic-release": "semantic-release", | ||
"test": "xo && ava" | ||
@@ -49,7 +48,12 @@ }, | ||
"vinyl": "^2.1.0", | ||
"xo": "^0.26.0" | ||
"xo": "^0.28.0" | ||
}, | ||
"ava": { | ||
"babel": true | ||
}, | ||
"xo": { | ||
"rules": { | ||
"unicorn/string-content": "off" | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# gulp-rev-rewrite [![Build Status](https://travis-ci.org/TheDancingCode/gulp-rev-rewrite.svg?branch=master)](https://travis-ci.org/TheDancingCode/gulp-rev-rewrite) [![npm](https://img.shields.io/npm/v/gulp-rev-rewrite.svg)](https://www.npmjs.com/package/gulp-rev-rewrite) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Greenkeeper badge](https://badges.greenkeeper.io/TheDancingCode/gulp-rev-rewrite.svg)](https://greenkeeper.io/) | ||
# gulp-rev-rewrite [![Build Status](https://travis-ci.org/TheDancingCode/gulp-rev-rewrite.svg?branch=master)](https://travis-ci.org/TheDancingCode/gulp-rev-rewrite) [![npm](https://img.shields.io/npm/v/gulp-rev-rewrite.svg)](https://www.npmjs.com/package/gulp-rev-rewrite) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) | ||
@@ -3,0 +3,0 @@ > Rewrite references to assets revisioned by `gulp-rev` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8924