Skip to content

Commit

Permalink
fix(schema): backwards-compatible
Browse files Browse the repository at this point in the history
also add the gitHead to the record, so that we can do this indexing without breaking the website, and do the changes there after the complete reindex
  • Loading branch information
Haroenv committed Aug 4, 2017
1 parent 5cbf4e4 commit 1b24b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formatPkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default function formatPkg(pkg) {
devDependencies,
originalAuthor: cleaned.author,
githubRepo,
gitHead: githubRepo.head, // remove this when we update to the new schema frontend
readme: pkg.readme,
owner,
deprecated: cleaned.deprecated !== undefined ? cleaned.deprecated : false,
Expand Down

0 comments on commit 1b24b21

Please sign in to comment.