flickerbox-fabric
Advanced tools
Comparing version 1.2.1 to 1.2.2
var path = require('path'); | ||
var assets_path = path.join(__dirname, 'assets'); | ||
var sass_path = path.join(assets_path, 'sass'); | ||
module.exports = { | ||
includePaths: [ | ||
path.join(__dirname, 'core') | ||
] | ||
sassDir: sass_path | ||
}; |
@@ -30,3 +30,3 @@ { | ||
}, | ||
"version": "1.2.1" | ||
"version": "1.2.2" | ||
} |
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
75309