From d52a55cb6cc3cb3b4f0a5f5686a1357c22730a50 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 13 Mar 2020 10:12:38 +0800 Subject: [PATCH] Update registry-packages.ts --- registry-packages.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/registry-packages.ts b/registry-packages.ts index 67a3f91..8dcd6e5 100644 --- a/registry-packages.ts +++ b/registry-packages.ts @@ -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` @@ -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: '子曰',