Skip to content

Commit

Permalink
Add registries field to init skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
tamorim committed May 16, 2017
1 parent 8d98e9a commit b271b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/init/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const createManifest = (name: string, vendor: string, title = '', description =
description,
mustUpdateAt: `${Number(year) + 1}-${monthAndDay.join('-')}`,
categories: [],
registries: ['smartcheckout'],
settingsSchema: {},
dependencies: {},
}
Expand Down
1 change: 1 addition & 0 deletions typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ interface Manifest {
settingsSchema?: {},
description?: string,
categories?: string[],
registries?: string[],
mustUpdateAt?: string,
}

Expand Down

0 comments on commit b271b95

Please sign in to comment.