Skip to content

Commit 87be3ac

Browse files
committed
Add comment explaining use of merge
1 parent 011530e commit 87be3ac

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/merge.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This is used to merge JSON files (package.json and product.json) and delete a
2+
// few entries we don't want. It's extremely simple, expects very specific
3+
// input, and doesn't have any error handling.
14
const fs = require("fs");
25

36
const a = process.argv[2];

0 commit comments

Comments
 (0)