commonplace
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -5,3 +5,3 @@ { | ||
"description": "Reusable components for the Firefox Marketplace", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"ignore": [ | ||
@@ -8,0 +8,0 @@ "bin", |
@@ -60,2 +60,3 @@ var _ = require('underscore'); | ||
// 'nunjucks': 'lib/nunjucks-slim', | ||
'settings': ['settings_local', 'settings'], | ||
'templates': '../../templates', | ||
@@ -79,8 +80,2 @@ 'underscore': 'lib/underscore', | ||
var inlineRequireConfig = '(function() {' + | ||
'require.config(' + | ||
JSON.stringify(requireConfig) + | ||
');' + | ||
'}())'; | ||
module.exports = { | ||
@@ -90,3 +85,9 @@ bowerConfig: bowerConfig, | ||
LIB_DEST_PATH: LIB_DEST_PATH, | ||
inlineRequireConfig: inlineRequireConfig | ||
makeInlineRequireConfig: function(requireConfig) { | ||
return '(function() {' + | ||
'require.config(' + | ||
JSON.stringify(requireConfig) + | ||
');' + | ||
'}())'; | ||
} | ||
}; |
{ | ||
"name": "commonplace", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"main": "lib/commonplace", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
846705
6121
1