Skip to content

Commit

Permalink
docs: 修改README文档
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrongding committed Sep 3, 2022
1 parent 3abc511 commit 2bd3b19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prm -- Package Management Tools Registry Manager
# PRM -- package manager's registry manager

`prm` can help you easy and fast switch between different npm registries,
now include: `npm`, `cnpm`, `taobao`, `nj(nodejitsu)`, `rednpm`, `yarn`, `npmMirror`, `edunpm`.
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prm-cli",
"version": "0.0.29",
"version": "0.0.30",
"description": "Registry Manager for Package Management Tools",
"main": "./src/index.ts",
"scripts": {
Expand All @@ -18,6 +18,11 @@
],
"author": "荣顶",
"license": "ISC",
"homepage": "https://github.com/wangrongding/prm-cli/",
"repository": {
"type": "git",
"url": "https://github.com/wangrongding/prm-cli.git"
},
"dependencies": {
"@types/node": "^18.7.13",
"chalk": "4.1.0",
Expand Down

0 comments on commit 2bd3b19

Please sign in to comment.