bemjson-loader
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -9,2 +9,6 @@ var bemjsonToDecl = require('bemjson-to-decl'); | ||
module.exports = function (source) { | ||
if (this.cacheable) { | ||
this.cacheable(); | ||
} | ||
var bemjson = this.exec(source); | ||
@@ -11,0 +15,0 @@ var query = loaderUtils.parseQuery(this.query); |
{ | ||
"name": "bemjson-loader", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3322
20