gulp-inject
Advanced tools
Comparing version 4.2.1 to 4.3.0
{ | ||
"name": "gulp-inject", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "A javascript, stylesheet and webcomponent injection plugin for Gulp, i.e. inject file references into your index.html", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git://github.com/klei/gulp-inject.git" | ||
"url": "https://github.com/klei/gulp-inject.git" | ||
}, | ||
@@ -30,3 +30,3 @@ "scripts": { | ||
"test": "mocha -R spec src/**/*_test.js", | ||
"release": "standard-version" | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
@@ -45,5 +45,5 @@ "dependencies": { | ||
"should": "^4.0.4", | ||
"standard-version": "^2.2.1", | ||
"strip-color": "^0.1.0", | ||
"xo": "^0.13.0" | ||
"xo": "^0.13.0", | ||
"semantic-release": "^7.0.2" | ||
}, | ||
@@ -66,2 +66,2 @@ "engines": { | ||
} | ||
} | ||
} |
# gulp-inject | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![XO code style][codestyle-image]][codestyle-url] [![Dependency Status][depstat-image]][depstat-url] | ||
[![NPM version][npm-image]][npm-url] [![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) [![Build Status][travis-image]][travis-url] [![XO code style][codestyle-image]][codestyle-url] [![Dependency Status][depstat-image]][depstat-url] | ||
@@ -857,10 +857,2 @@ > A stylesheet, javascript and webcomponent reference injection plugin for [gulp](https://github.com/wearefractal/gulp). No more manual editing of your index.html! | ||
#### options.quiet | ||
Type: `Boolean` | ||
Default: `false` | ||
Lower the verbosity by setting this to true, suppressing the logging of successful injections. | ||
#### ~~options.templateString~~ | ||
@@ -867,0 +859,0 @@ |
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
54501
955