inline-source
Advanced tools
Comparing version 5.1.3 to 5.1.4
# Changelog | ||
**5.1.4** - Jan 03, 2017 | ||
* improve handling of source paths with query params | ||
**5.1.3** - Dec 16, 2016 | ||
* fix handling of source paths with query params [#49](https://github.com/popeindustries/inline-source/issues/49) | ||
**5.1.2** - Nov 8, 2016 | ||
@@ -4,0 +10,0 @@ * update dependencies |
@@ -10,3 +10,3 @@ 'use strict'; | ||
const RE_NOT_FILEPATH = /[\r\n<>]/gm; | ||
const RE_QUERY = /\?[^#]+/g; | ||
const RE_QUERY = /\?[^#]*/g; | ||
@@ -13,0 +13,0 @@ module.exports = { |
{ | ||
"name": "inline-source", | ||
"description": "Inline all flagged js, css, image source files", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"author": "popeindustries <alex@pope-industries.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
33754