@jswork/ushell-module-base 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,10 +13,3 @@ npm i -g ntl
13
13
  npm i -g @jswork/git-url-cli
14
14
  npm i -g npm-install-peers publish-preview yarn
15
15
  ```
16
-
17
- ## clipy
18
- ```shell
19
- git clone git@github.com:afeiship/clipy.git
20
- npm i
21
- npm link
22
- ```
package/modules/cd.sh CHANGED
@@ -13,6 +13,6 @@ alias spider="cd ~/aric-spider";
13
13
  alias business="cd ~/aric-business";
14
14
  alias pypi="cd ~/aric-pypi";
15
15
  alias tpls="cd ~/aric-tpls";
16
- alias alo7="cd ~/alo7i";
16
+ alias a7="cd ~/alo7i";
17
17
  alias saybot="cd ~/saybot";
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {