*: normalize colons (#7913)

This commit is contained in:
Seth Falco
2022-03-27 07:25:15 +02:00
committed by GitHub
parent f63fedd585
commit 27ff55fc2e
88 changed files with 144 additions and 144 deletions

View File

@@ -24,10 +24,10 @@
`bower help {{指令}}`
- 创建你的项目的 `bower.json`:
- 创建你的项目的 `bower.json`
`bower init`
- 安装时候指定依赖的版本号,并添加到 `bower.json`:
- 安装时候指定依赖的版本号,并添加到 `bower.json`
`bower install {{local_name}}={{package}}#{{version}} --save`