Skip to content

Commit

Permalink
fix: missing dependencies in deployed package
Browse files Browse the repository at this point in the history
  • Loading branch information
eransakal committed May 10, 2021
1 parent b3ad3a2 commit b74c01f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/pre-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ const packageJSON = fsExtra.readJSONSync(packageJSONPath);

packageJSON.version = version;
packageJSON.private = false;
packageJSON.dependencies = {};

fsExtra.writeJSONSync(packageJSONPath, packageJSON, { spaces: 2 })

0 comments on commit b74c01f

Please sign in to comment.