File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed
Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 99[ ![ NPM Version] [ npm-img ]] [ npm-url ]
1010[ ![ NPM Download] [ download-img ]] [ download-url ]
1111
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
1616[ npm-img ] : https://img.shields.io/npm/v/@micro-app/plugin-deploy-command.svg?style=flat-square
1717[ npm-url ] : https://npmjs.org/package/@micro-app/plugin-deploy-command
1818[ 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 22
33module . exports = {
44 disabled : false ,
5- git :
'[email protected] :MicrosApp /MicroApp-Plugin-Deploy-Command.git' , 5+ git :
'[email protected] :MicroAppJS /MicroApp-Plugin-Deploy-Command.git' , 66 branch : {
77 name : 'gh-pages' ,
88 // extends: true,
Original file line number Diff line number Diff line change 99 "files" : [
1010 " src"
1111 ],
12- "homepage" : " https://github.com/MicrosApp /MicroApp-Plugin-Deploy-Command" ,
12+ "homepage" : " https://github.com/MicroAppJS /MicroApp-Plugin-Deploy-Command" ,
1313 "repository" : {
1414 "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"
1616 },
1717 "bugs" : {
18- "url" : " https://github.com/MicrosApp /MicroApp-Plugin-Deploy-Command/issues"
18+ "url" : " https://github.com/MicroAppJS /MicroApp-Plugin-Deploy-Command/issues"
1919 },
2020 "keywords" : [
2121 " 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