Skip to content

Commit

Permalink
Update registry-packages.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored Mar 13, 2020
1 parent f2396de commit d52a55c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions registry-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { PackageInfo } from './scripts/types'
Please append your package infomation to the following array
and then make a PR for your changes.
The `name` should be in Chinese, you can add pinyin aliases to your packages
The `name` should be in Chinese, you can add pinyin or English `aliases` to your packages
For the `repo` field, you can set by following format:
GitHub - `owner/name` or `github:owner/name`
Expand All @@ -14,10 +14,14 @@ import { PackageInfo } from './scripts/types'
If you would like specify the branch
`owner/name#my-branch`
If your packages have dependencies to other packages, you well need to set `dependencies`
dependencies: {
腳本秘術: '*',
},
Package versioning system is not implemented yet, please leave the value to '*' for now.
*/

// No version control yet

export const packages: PackageInfo[] = [
{
name: '子曰',
Expand Down

0 comments on commit d52a55c

Please sign in to comment.