Skip to content

Commit 26e010e

Browse files
committed
docs: update package name and paths
1 parent ddb9ae7 commit 26e010e

File tree

5 files changed

+27
-24
lines changed

5 files changed

+27
-24
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHANGELOG.md

CHANGELOG.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,53 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [2.4.0](https://github.com/rocwind/code-push-cli/compare/v2.3.4...v2.4.0) (2021-04-02)
5+
## [2.4.0](https://github.com/shm-open/code-push-cli/compare/v2.3.4...v2.4.0) (2021-04-02)
66

77

88
### Features
99

10-
* 添加getCliPath()判断platform使用不同的cli ([e7a3de9](https://github.com/rocwind/code-push-cli/commit/e7a3de992b52f7e5576db15568b928ff7d89f787))
10+
* 添加getCliPath()判断platform使用不同的cli ([e7a3de9](https://github.com/shm-open/code-push-cli/commit/e7a3de992b52f7e5576db15568b928ff7d89f787))
1111

12-
### [2.3.4](https://github.com/rocwind/code-push-cli/compare/v2.3.3...v2.3.4) (2020-08-18)
12+
### [2.3.4](https://github.com/shm-open/code-push-cli/compare/v2.3.3...v2.3.4) (2020-08-18)
1313

1414

1515
### Bug Fixes
1616

17-
* skip compose sourcemap for hermes if the sourcemap option is not enabled ([0555005](https://github.com/rocwind/code-push-cli/commit/0555005074e3e709863e5482713de02eceab2ffe))
17+
* skip compose sourcemap for hermes if the sourcemap option is not enabled ([0555005](https://github.com/shm-open/code-push-cli/commit/0555005074e3e709863e5482713de02eceab2ffe))
1818

19-
### [2.3.3](https://github.com/rocwind/code-push-cli/compare/v2.3.2...v2.3.3) (2020-08-18)
19+
### [2.3.3](https://github.com/shm-open/code-push-cli/compare/v2.3.2...v2.3.3) (2020-08-18)
2020

2121

2222
### Bug Fixes
2323

24-
* update import syntax for node packages ([ff102dd](https://github.com/rocwind/code-push-cli/commit/ff102dd5220a43828fa50a9f3ba961cc8bee7f2d))
24+
* update import syntax for node packages ([ff102dd](https://github.com/shm-open/code-push-cli/commit/ff102dd5220a43828fa50a9f3ba961cc8bee7f2d))
2525

26-
### [2.3.2](https://github.com/rocwind/code-push-cli/compare/v2.3.1...v2.3.2) (2020-08-18)
26+
### [2.3.2](https://github.com/shm-open/code-push-cli/compare/v2.3.1...v2.3.2) (2020-08-18)
2727

2828

2929
### Bug Fixes
3030

31-
* fix chalk.cyan not function issue ([176cdcf](https://github.com/rocwind/code-push-cli/commit/176cdcfbd2fa4974ebb4bd31f2bd2eea44b9115c))
31+
* fix chalk.cyan not function issue ([176cdcf](https://github.com/shm-open/code-push-cli/commit/176cdcfbd2fa4974ebb4bd31f2bd2eea44b9115c))
3232

33-
### [2.3.1](https://github.com/rocwind/code-push-cli/compare/v2.3.0...v2.3.1) (2020-08-18)
33+
### [2.3.1](https://github.com/shm-open/code-push-cli/compare/v2.3.0...v2.3.1) (2020-08-18)
3434

35-
## [2.3.0](https://github.com/rocwind/code-push-cli/compare/v2.2.1...v2.3.0) (2020-08-17)
35+
## [2.3.0](https://github.com/shm-open/code-push-cli/compare/v2.2.1...v2.3.0) (2020-08-17)
3636

3737

3838
### Features
3939

40-
* add compose-source-maps.js create sourcemap ([c77ae60](https://github.com/rocwind/code-push-cli/commit/c77ae60124bbc6c00644a8b935a9189b687629d4))
40+
* add compose-source-maps.js create sourcemap ([c77ae60](https://github.com/shm-open/code-push-cli/commit/c77ae60124bbc6c00644a8b935a9189b687629d4))
4141

4242

4343
### Bug Fixes
4444

45-
* The sourcemap generated by hermes will not move to the specified directory ([4de2b12](https://github.com/rocwind/code-push-cli/commit/4de2b1233d607aa1b53516b423966354c9cf7daf))
46-
* updat ethe reference path to package.json ([abdb421](https://github.com/rocwind/code-push-cli/commit/abdb4216c6e657c03e3f09224c23c1de1cf21cf6))
45+
* The sourcemap generated by hermes will not move to the specified directory ([4de2b12](https://github.com/shm-open/code-push-cli/commit/4de2b1233d607aa1b53516b423966354c9cf7daf))
46+
* updat ethe reference path to package.json ([abdb421](https://github.com/shm-open/code-push-cli/commit/abdb4216c6e657c03e3f09224c23c1de1cf21cf6))
4747

48-
### [2.2.1](https://github.com/rocwind/code-push-cli/compare/v2.2.0...v2.2.1) (2020-08-17)
48+
### [2.2.1](https://github.com/shm-open/code-push-cli/compare/v2.2.0...v2.2.1) (2020-08-17)
4949

5050

5151
### Bug Fixes
5252

53-
* compatible with [email protected], check `hermesc` for hermes executable ([47c0962](https://github.com/rocwind/code-push-cli/commit/47c0962c565a514473896e049c6565eacc73892f))
54-
* sourcemapOutput be coverd ([1e53f8c](https://github.com/rocwind/code-push-cli/commit/1e53f8ca76ccb2862dc33fafe49eeab1012f0a7c))
53+
* compatible with [email protected], check `hermesc` for hermes executable ([47c0962](https://github.com/shm-open/code-push-cli/commit/47c0962c565a514473896e049c6565eacc73892f))
54+
* sourcemapOutput be coverd ([1e53f8c](https://github.com/shm-open/code-push-cli/commit/1e53f8ca76ccb2862dc33fafe49eeab1012f0a7c))

LICENSE.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
CodePush
22

3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) 2020-present shihuimiao
44

5-
All rights reserved.
5+
Copyright (c) 2015-2019 Microsoft Corporation
6+
7+
All rights reserved.
68

79
MIT License
810

911
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1012

1113
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1214

13-
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15+
THE SOFTWARE IS PROVIDED _AS IS_, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "code-push-cli-r",
2+
"name": "@shm-open/code-push-cli",
33
"version": "2.4.0",
44
"description": "Management CLI for the CodePush service",
55
"main": "bin/cli.js",
@@ -17,7 +17,7 @@
1717
],
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/rocwind/code-push-cli"
20+
"url": "https://github.com/shm-open/code-push-cli"
2121
},
2222
"keywords": [
2323
"code",
@@ -26,8 +26,8 @@
2626
"react-native",
2727
"react"
2828
],
29-
"homepage": "https://github.com/rocwind/code-push-cli",
30-
"author": "Microsoft Corporation",
29+
"homepage": "https://github.com/shm-open/code-push-cli",
30+
"author": "shihuimiao",
3131
"license": "MIT",
3232
"dependencies": {
3333
"backslash": "^0.1.7",

0 commit comments

Comments
 (0)