File tree Expand file tree Collapse file tree 5 files changed +1
-27
lines changed Expand file tree Collapse file tree 5 files changed +1
-27
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
"module" : " dist/index.js" ,
7
7
"typings" : " lib/index.d.ts" ,
8
8
"scripts" : {
9
- "commit" : " simple-commit-message" ,
10
9
"start" : " start-storybook -p 6006" ,
11
10
"build" : " npm run build:lib && npm run build:dist " ,
12
11
"build:lib" : " rimraf lib && webpack --config webpack.config.js" ,
24
23
"type" : " git" ,
25
24
"url" : " https://github.com/FullstackWEB-developer/dcl-ui.git"
26
25
},
27
- "release" : {
28
- "branches" : [
29
- " master"
30
- ],
31
- "plugins" : [
32
- " @semantic-release/commit-analyzer" ,
33
- " @semantic-release/release-notes-generator" ,
34
- " @semantic-release/github" ,
35
- " @semantic-release/npm"
36
- ]
37
- },
38
26
"keywords" : [
39
27
" dcl" ,
40
28
" ui" ,
Original file line number Diff line number Diff line change 3
3
width : 36px ;
4
4
height : 36px ;
5
5
border-radius : 100% ;
6
- background-image : url ('../../assets /logo.png' );
6
+ background-image : url ('../../images /logo.png' );
7
7
background-size : contain;
8
8
}
9
9
File renamed without changes.
You can’t perform that action at this time.
0 commit comments