basisjs-tools-build
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -0,1 +1,5 @@ | ||
## 1.10.1 (May 26, 2017) | ||
- Fixed image inlining in CSS (i.e. `--css-inline-image` option) | ||
## 1.10.0 (May 17, 2017) | ||
@@ -5,3 +9,3 @@ | ||
## 1.9.2 (May 17, 2017) | ||
## 1.9.3 (May 17, 2017) | ||
@@ -8,0 +12,0 @@ ### Build |
@@ -6,3 +6,3 @@ var atCss = require('basisjs-tools-ast').css; | ||
return (link[0].type != 'style' && link[0].type != 'style-block') || | ||
link[1].type != 'uri'; | ||
link[1].type != 'Url'; | ||
}; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "basisjs-tools-build", | ||
"title": "Basis.js build tools", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"homepage": "https://github.com/basisjs/basisjs-tools", | ||
@@ -6,0 +6,0 @@ "description": "Build tools for basis.js framework", |
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
296000