File tree 8 files changed +5
-9
lines changed
packages/@css-blocks/ember-cli
8 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -227,10 +227,10 @@ module.exports = {
227
227
228
228
229
229
if ( options . output !== undefined && typeof options . output !== "string" ) {
230
- throw new Error ( `Invalid css-block options in 'ember-cli-build.js': Output must be a string or array. Instead received ${ options . output } .` ) ;
230
+ throw new Error ( `Invalid css-blocks options in 'ember-cli-build.js': Output must be a string or array. Instead received ${ options . output } .` ) ;
231
231
}
232
232
if ( ! isEmber && typeof options . entry !== "string" && ! Array . isArray ( options . entry ) ) {
233
- throw new Error ( `Invalid css-block options in 'ember-cli-build.js': Entry must be a string or array. Instead received ${ options . entry } .` ) ;
233
+ throw new Error ( `Invalid css-blocks options in 'ember-cli-build.js': Entry must be a string or array. Instead received ${ options . entry } .` ) ;
234
234
}
235
235
if ( isEmber && options . entry ) {
236
236
throw new Error ( `CSS Blocks entry points are auto-discovered in Ember apps. Do not pass an "entry" option in your CSS Blocks config.` ) ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
" ember-addon"
6
6
],
7
7
"dependencies" : {
8
- "@css-blocks/ember-cli" : " * " ,
8
+ "@css-blocks/ember-cli" : " ^0.20.0-beta.0 " ,
9
9
"ember-cli" : " *" ,
10
10
"ember-cli-htmlbars" : " *" ,
11
11
"ember-cli-babel" : " *"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
" ember-engine"
7
7
],
8
8
"dependencies" : {
9
- "@css-blocks/ember-cli" : " * " ,
9
+ "@css-blocks/ember-cli" : " ^0.20.0-beta.0 " ,
10
10
"ember-cli" : " *" ,
11
11
"ember-cli-htmlbars" : " *" ,
12
12
"ember-cli-babel" : " *" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
" ember-engine"
7
7
],
8
8
"dependencies" : {
9
- "@css-blocks/ember-cli" : " * " ,
9
+ "@css-blocks/ember-cli" : " ^0.20.0-beta.0 " ,
10
10
"ember-cli" : " *" ,
11
11
"ember-cli-htmlbars" : " *" ,
12
12
"ember-cli-babel" : " *"
You can’t perform that action at this time.
0 commit comments