basisjs-tools-build
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -0,1 +1,5 @@ | ||
## 1.12.1 (November 13, 2017) | ||
- Fixed issue with `mime` that breaks a build | ||
## 1.12.0 (November 8, 2017) | ||
@@ -2,0 +6,0 @@ |
@@ -38,3 +38,3 @@ var atCss = require('basisjs-tools-ast').css; | ||
var fileBase64Content = new Buffer(file.content, 'binary').toString('base64'); | ||
var mimeType = mime.lookup(file.relpath); | ||
var mimeType = mime.getType(file.relpath); | ||
@@ -41,0 +41,0 @@ // replace refences |
{ | ||
"name": "basisjs-tools-build", | ||
"title": "Basis.js build tools", | ||
"version": "1.12.0", | ||
"version": "1.12.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
301970