diff --git a/console.js b/console.js new file mode 100644 index 0000000..d48f04d --- /dev/null +++ b/console.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = { clear_output: '\x1BC' }; diff --git a/package.json b/package.json index 98a71b7..a884a19 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,12 @@ }, "engines": { "node": ">=10.0.0" - } + }, + "files": [ + "LICENSE", + "index.d.ts", + "index.js", + "http_status_codes.js", + "console.js" + ] }