File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 2
2
module . exports = {
3
3
description : 'Installs Bower and NPM dependencies' ,
4
4
5
- normalizeEntityName : function ( ) {
5
+ normalizeEntityName ( ) {
6
6
// this prevents an error when the entityName is
7
7
// not specified (since that doesn't actually matter
8
8
// to us
9
9
} ,
10
10
11
- afterInstall : function ( ) {
11
+ afterInstall ( ) {
12
12
// NOTE: Currently adding `eslint-plugin-ember-suave` to the consuming app/addon to bypass the following error. This shouldn't be a necessary step:
13
13
// Error: Failed to load plugin ember-suave: Cannot find module 'eslint-plugin-ember-suave'
14
14
return this . addPackagesToProject (
15
15
[
16
- { name : 'bulma' , target : '0.1.2 ' } ,
16
+ { name : 'bulma' , target : '^0.5.0 ' } ,
17
17
{ name : 'ember-cli-sass' , target : '~6.1.2' } ,
18
18
{ name : 'eslint-plugin-ember-suave' , target : '~1.0.0' }
19
19
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-bulma" ,
3
3
"dependencies" : {
4
- "font-awesome" : " ~4.5 .0" ,
4
+ "font-awesome" : " ~4.7 .0" ,
5
5
"prism" : " ^1.4.1" ,
6
6
"highlightjs" : " ^9.4.0" ,
7
7
"code-highlight-linenums" : " ^0.2.0" ,
Original file line number Diff line number Diff line change 33
33
"devDependencies" : {
34
34
"babel-plugin-transform-decorators-legacy" : " ^1.3.4" ,
35
35
"broccoli-asset-rev" : " ^2.4.5" ,
36
- "bulma" : " 0.1.2 " ,
36
+ "bulma" : " ^0.5.0 " ,
37
37
"ember-ajax" : " ^3.0.0" ,
38
38
"ember-cli" : " ~2.14.1" ,
39
39
"ember-cli-content-security-policy" : " ^0.6.0" ,
Original file line number Diff line number Diff line change 1
1
$yellow : #fce473 ;
2
+ $control : #b5b5b5 ;
2
3
3
4
.is-green {
4
5
color : #97cd76 ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = function(environment) {
6
6
modulePrefix : 'dummy' ,
7
7
environment,
8
8
rootURL : '/' ,
9
- locationType : 'hash ' ,
9
+ locationType : 'auto ' ,
10
10
contentSecurityPolicy : {
11
11
'img-src' : "'self' data: emberjs.com assets-cdn.github.com" ,
12
12
'style-src' : "'self' maxcdn.bootstrapcdn.com" ,
Original file line number Diff line number Diff line change @@ -1465,9 +1465,9 @@ builtins@^1.0.3:
1465
1465
version "1.0.3"
1466
1466
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
1467
1467
1468
- bulma@0.1.2 :
1469
- version "0.1.2 "
1470
- resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.1.2 .tgz#2012326d98314d4d3bd57220381b731b593a6d84 "
1468
+ bulma@^0.5.0 :
1469
+ version "0.5.0 "
1470
+ resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.5.0 .tgz#09a7932c1c15aa7ef92840f7a50b1bfebbfd5461 "
1471
1471
1472
1472
bytes@1 :
1473
1473
version "1.0.0"
You can’t perform that action at this time.
0 commit comments