Skip to content

Commit 0f44816

Browse files
committed
:feat: update
1 parent 2419c37 commit 0f44816

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
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

micro-app.deploy.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.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,

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
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",

test/t.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
4+
const a = Object.assign({}, [ 1, 2 ]);
5+
console.log(a);

0 commit comments

Comments
 (0)