Skip to content

Commit

Permalink
Reduce diff noise in generated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 5, 2021
1 parent c664c12 commit 8064c88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-bobcats-try.md
@@ -0,0 +1,5 @@
---
'wmr': patch
---

Fix missing `description` and `license` field in published wmr `package.json`
5 changes: 2 additions & 3 deletions packages/wmr/src/lib/~publish.js
Expand Up @@ -37,12 +37,11 @@ const normalized = {
contributors,
repository,
dependencies,
engines,
scripts: {
postpack: 'mv -f .package.json package.json'
},
// engines: pkg.engines,
types,
files
files,
engines
};
write('package.json', JSON.stringify(normalized, null, 2) + '\n');

0 comments on commit 8064c88

Please sign in to comment.