Skip to content

Commit

Permalink
fix: Remove duplicate key from prepublish.js
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Apr 30, 2021
1 parent ad0033a commit 2ca2755
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fs.writeFileSync('./dist/package.json', JSON.stringify({
main: pkg.main.replace(/dist\//ig, ''),
typings: pkg.typings.replace(/dist\//ig, ''),
publishConfig: pkg.publishConfig,
keywords: pkg.keywords,
dependencies,
peerDependencies,
}, null, 4));

0 comments on commit 2ca2755

Please sign in to comment.