Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 28, 2019
1 parent 6566aac commit 83c0572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cleanup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export async function cleanup(context, stagingDir) {
"node-gyp-build-optional",
"node-gyp-build-test",
"gitHead",
"hallmark
"hallmark"
].map(key => {
delete pkg[key];
});
Expand Down

0 comments on commit 83c0572

Please sign in to comment.