diff --git a/ts/export/packer/packer.ts b/ts/export/packer/packer.ts index e4206461d2..c2f39b7acd 100644 --- a/ts/export/packer/packer.ts +++ b/ts/export/packer/packer.ts @@ -33,9 +33,9 @@ export abstract class Packer { if (!properties) { this.properties = new Properties({ - creator: "Shan Fu", + creator: "Un-named", revision: "1", - lastModifiedBy: "Shan Fu" + lastModifiedBy: "Un-named" }); }