broccoli-ractive
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -144,7 +144,8 @@ var Promise = require( 'es6-promise' ).Promise, | ||
( definition.css ? | ||
' css:' + JSON.stringify( new CleanCSS().minify( definition.css ) ) + ',\n' : '' ) + | ||
' css:' + JSON.stringify( new CleanCSS().minify( definition.css ) ) + ',\n' : '' ) + | ||
( definition.imports.length ? | ||
' components:{' + definition.imports.map( getImportKeyValuePair ).join( ',\n' ) + '}\n' : '' ) + | ||
' },\n' + | ||
' component={};'; | ||
' components:{' + definition.imports.map( getImportKeyValuePair ).join( ',\n' ) + '}\n' : '' ) + | ||
'},\n' + | ||
'component={},\n' + | ||
'__prop__;'; | ||
@@ -151,0 +152,0 @@ if ( definition.script ) { |
{ | ||
"name": "broccoli-ractive", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Rich-Harris", | ||
@@ -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
476163
13447