Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
add note about purpose of the application
Browse files Browse the repository at this point in the history
  • Loading branch information
farooqkz committed Jan 25, 2024
1 parent 064f969 commit a62afd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions justkai.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* When targeting Firefox 48, parcel builds both a nomodule build
* and a module build. But since the target is *only* Firefox 48,
* the module part is just a waste of space and of no use.
* This script removes the Javascript modules.
*/


const htmlparser2 = require("htmlparser2");

const fs = require("node:fs");
Expand Down

0 comments on commit a62afd5

Please sign in to comment.