babel-plugin-template-html-minifier
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -1,5 +0,9 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### [3.0.1](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v3.0.0...v3.0.1) (2019-06-07) | ||
# [3.0.0](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v2.3.0...v3.0.0) (2019-05-03) | ||
@@ -6,0 +10,0 @@ |
{ | ||
"name": "babel-plugin-template-html-minifier", | ||
"description": "Minify HTML in tagged template strings using html-minifier", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib/**" | ||
], | ||
"scripts": { | ||
@@ -37,4 +34,4 @@ "release": "standard-version --sign", | ||
"@babel/plugin-transform-template-literals": "^7.2.0", | ||
"@cfware/nyc": "^0.4.2", | ||
"ava": "^1.2.1", | ||
"@cfware/nyc": "^0.5.0", | ||
"ava": "^2.0.0", | ||
"choo": "^6.13.1", | ||
@@ -46,3 +43,3 @@ "hyperhtml-element": "^3.6.0", | ||
"pify": "^4.0.1", | ||
"standard-version": "^5.0.0", | ||
"standard-version": "^6.0.1", | ||
"xo": "^0.24.0" | ||
@@ -52,4 +49,4 @@ }, | ||
"ignores": [ | ||
"test/fixtures/ignore-invalid-require-source.js", | ||
"test/fixtures/transform-template-literals-after.js" | ||
"fixtures/ignore-invalid-require-source.js", | ||
"fixtures/transform-template-literals-after.js" | ||
], | ||
@@ -59,3 +56,3 @@ "overrides": [ | ||
"files": [ | ||
"test/fixtures/**" | ||
"fixtures/**" | ||
], | ||
@@ -62,0 +59,0 @@ "envs": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19112
231
0