Skip to content

Commit

Permalink
fix: stop resetting versions to 0.0.0
Browse files Browse the repository at this point in the history
Build process obviously doesn't like it very much
  • Loading branch information
StephanBijzitter committed May 25, 2020
1 parent c563631 commit a1de1a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/yarn/ensure_packagejson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ sync('packages/*/', {
})).forEach(({filepath, dirname, contents}) => {
writeFileSync(filepath, `${JSON.stringify({
...contents,
version: '0.0.0',
name: `@k2g/${dirname}`,
license: 'GPL-3.0',
main: 'dist/index.js',
Expand Down

0 comments on commit a1de1a0

Please sign in to comment.