File tree 4 files changed +13
-8
lines changed
4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 9
9
[ ![ NPM Version] [ npm-img ]] [ npm-url ]
10
10
[ ![ NPM Download] [ download-img ]] [ download-url ]
11
11
12
- [ Coverage-img ] : https://coveralls.io/repos/github/MicrosApp /MicroApp-Plugin-Deploy-Command/badge.svg?branch=master
13
- [ Coverage-url ] : https://coveralls.io/github/MicrosApp /MicroApp-Plugin-Deploy-Command?branch=master
14
- [ CircleCI-img ] : https://circleci.com/gh/MicrosApp /MicroApp-Plugin-Deploy-Command/tree/master.svg?style=svg
15
- [ CircleCI-url ] : https://circleci.com/gh/MicrosApp /MicroApp-Plugin-Deploy-Command/tree/master
12
+ [ Coverage-img ] : https://coveralls.io/repos/github/MicroAppJS /MicroApp-Plugin-Deploy-Command/badge.svg?branch=master
13
+ [ Coverage-url ] : https://coveralls.io/github/MicroAppJS /MicroApp-Plugin-Deploy-Command?branch=master
14
+ [ CircleCI-img ] : https://circleci.com/gh/MicroAppJS /MicroApp-Plugin-Deploy-Command/tree/master.svg?style=svg
15
+ [ CircleCI-url ] : https://circleci.com/gh/MicroAppJS /MicroApp-Plugin-Deploy-Command/tree/master
16
16
[ npm-img ] : https://img.shields.io/npm/v/@micro-app/plugin-deploy-command.svg?style=flat-square
17
17
[ npm-url ] : https://npmjs.org/package/@micro-app/plugin-deploy-command
18
18
[ download-img ] : https://img.shields.io/npm/dm/@micro-app/plugin-deploy-command.svg?style=flat-square
Original file line number Diff line number Diff line change 2
2
3
3
module . exports = {
4
4
disabled : false ,
5
- git :
'[email protected] :MicrosApp /MicroApp-Plugin-Deploy-Command.git' ,
5
+ git :
'[email protected] :MicroAppJS /MicroApp-Plugin-Deploy-Command.git' ,
6
6
branch : {
7
7
name : 'gh-pages' ,
8
8
// extends: true,
Original file line number Diff line number Diff line change 9
9
"files" : [
10
10
" src"
11
11
],
12
- "homepage" : " https://github.com/MicrosApp /MicroApp-Plugin-Deploy-Command" ,
12
+ "homepage" : " https://github.com/MicroAppJS /MicroApp-Plugin-Deploy-Command" ,
13
13
"repository" : {
14
14
"type" : " git" ,
15
- "url" : " git+https://github.com/MicrosApp /MicroApp-Plugin-Deploy-Command.git"
15
+ "url" : " git+https://github.com/MicroAppJS /MicroApp-Plugin-Deploy-Command.git"
16
16
},
17
17
"bugs" : {
18
- "url" : " https://github.com/MicrosApp /MicroApp-Plugin-Deploy-Command/issues"
18
+ "url" : " https://github.com/MicroAppJS /MicroApp-Plugin-Deploy-Command/issues"
19
19
},
20
20
"keywords" : [
21
21
" micro" ,
Original file line number Diff line number Diff line change
1
+ 'use strict' ;
2
+
3
+
4
+ const a = Object . assign ( { } , [ 1 , 2 ] ) ;
5
+ console . log ( a ) ;
You can’t perform that action at this time.
0 commit comments